...
Expand | |||||
---|---|---|---|---|---|
| |||||
In main, parse the JSON sample data by passing Data. Create and assign the parsed data to a patient Variable.
JSON objects are parsed into Lua tables as dictionaries with key-value pairs. You can see this clearly in the Annotation Window. |
...