JSON primitives available in LabVIEW 2013 and later, JSON parsing libraries available at json.org
I often need to interpret JSON formated Strings.
Until now I use regular expressions.
A JSON-Parser (like the LabVIEW-XML-Parser) should simplify the expense for me drastically.
Good idea. It should also come with an encoder. I am envisioning something like flatten to JSON and unflatten from JSON that would work just like the XML and string versions.
This would be an interesting toolkit to post on the LabVIEW Tools Network...
As the JSON format is used more and more, I really need this king of parser as well.
Any update?
Here is an implementation of a Labview JSON encoder: https://github.com/Philmod/Labview-JSON
Feel free to contribute!
For anyone who lands on this page, LabVIEW 2013 and up ships with JSON parsing primitives:
Flatten to JSON
Unflatten from JSON
And links to other LabVIEW libraries for parsing JSON can be found on json.org
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JSON primitives available in LabVIEW 2013 and later, JSON parsing libraries available at json.org