Hey folks,
Per d4b4e67 it seems to imply that GraphQL implementations must guarantee a particular key order in JSON responses sent back from GraphQL servers.
I'm struggling to figure out how this isn't plainly at odds with the JSON spec which states: http://www.json.org/
An object is an unordered set of name/value pairs.
Hey folks,
Per d4b4e67 it seems to imply that GraphQL implementations must guarantee a particular key order in JSON responses sent back from GraphQL servers.
I'm struggling to figure out how this isn't plainly at odds with the JSON spec which states: http://www.json.org/