JSONrpc is a LabVIEW library for generating and parsing JSON-RPC messages. Initially developed for use by Instrument Framework
- JSONrpc is developed and packaged in LabVIEW 2019
- Download and install using the VI Package Manager as described here
This VI breaks out RPC parameters into names and parameter objects, but does not convert the objects to LV data.
By default, Create Request.vi
and Create Response.vi
will convert LV data to a string using whatever strategy is used by JSONtext. JSON to LVType.vi
assists in converting a string back to a LV datatype.
Contact Patrick Irvin