I can’t believe I’m asking for help finding this because it HAS to be here on this site SOMEWHERE. I’m trying to parse the JSON return from the TinyG and am unable to find definition/table of all the Parent and Name definitions.
I’ve looked all over including here:
https://github.com/synthetos/TinyG/wiki/JSON-Operation
here: https://github.com/synthetos/TinyG/wiki/JSON-Details
and here: https://github.com/synthetos/TinyG/wiki/TinyG-Status-Codes
Here’s an example of what I’m trying to parse:
{“r”:{“fv”:0.970,”fb”:440.20,”hp”:1,”hv”:8,”id”:”7U4895-HUH”,”msg”:”SYSTEM READY”},”f”:[1,0,0,1521]}
I’ve figured out that:
“fv” = Firmware Version
“fb” = Firmware Build
“hp” = Hardware Platform
“hv” = Hardware Version
“id” = Identifier
“msg” = Message
But I’d much rather just look at documentation and write my code the right way the first time.
Which would be a new thing for me on this project. 😉