-
Notifications
You must be signed in to change notification settings - Fork 16
Canonical JSON mapping #74
Copy link
Copy link
Open
Labels
Description
According to this page, Proto3 defines a canonical JSON mapping. It would be awesome if pq had an option to be compliant.
Currently, the single difference I'm aware of is the name of fields, that should be converted to lowerCamelCase. Handling this would be a great step further, but maybe there are other subtle issues to address in order to be 100% spec-compliant.
Reactions are currently unavailable