planetscale / planetscale/vtprotobuf
JSON marshaler
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1.1k
- Forks
- 112
- PR merge metrics
- No merged PRs in 30d
Description
Currently there is no json marshaller that is protojson compatible and does not relies on reflection. How about add it to VT proto.
Example implementation:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the issue and the linked example implementation in stackrox/stackrox#14418, then compare it with vtprotobuf's generated marshaling approach. Done means VT protobuf provides a non-reflection JSON marshaler compatible with protojson, with the relevant behavior covered by the project's existing validation or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100