jsonparser
jsonparser copied to clipboard
how get the "root" json type?
the "root" json maybe as { ... } maybe as [ .... ]
how get the "root" json type?
You could either use the Get function that gives you back data and type in PR #214 I've added a GuessJSONType function that returns the type of data coming next in the buffer just in case