Converting To/From Other Formats
Converting Internet Object to and from JSON and other formats.
JSON
CSV
# CSV: name,age,active # John,30,true name: string, age: int, active: bool --- ~ John, 30, true
YAML
General guidance
See Also
Last updated
Was this helpful?
