2.2.7.3 JSON
Name
JSON
Remark
Hierarchy
- JSON
Examples
Header to Include
origin.h
Reference
Members
| Name | Brief | Example |
|---|---|---|
| FromString | Parse a string as JSON and transform it to a struct/class object | Examples |
| ToString | Converts a struct/class object to a JSON string | Examples |
| TreeToVector | Convert a Tree branch into vector. This is part of JSON class due to the fact that the tree here is made from a JSON string | Examples |