I have this JSON file called test.json that states:
{ "test":true, "limit": { "min":0.5, "max":1.5 } }
I would like to read this file on the Windows command line and parse these objects as variables.
How can I do it?
json command-line windows
Kriem
source share