>
>
> I'm still going to write up a proposed grammar that takes these items into
> account - just ran out of time tonight.
>
>
The binary format I was thinking of is here:

http://github.com/tlaurenzo/pgjson/blob/master/pgjson/shared/include/json/jsonbinary.h

This was just a quick brain dump and I haven't done a lot of diligence on
verifying it, but I think it should be more compact than most JSON text
payloads and quick to iterate over/update in sibling traversal order vs
depth-first traversal which is what we would get out of JSON text.

Thoughts?

Terry

Reply via email to