Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 571 Bytes

json.md

File metadata and controls

39 lines (26 loc) · 571 Bytes

JSON

{id: json}

JSON (to_json, parse)

{id: parse-json} {i: json} {i: to_json} {i: parse}

  • Round trip with JSON
  • Have to require "json" for the method to be added.

JSON to NamedTuple

{id: json-to-namedtuple} {i: NamedTuple} {i: from_json} {i: JSON}

Reading a JSON file

{id: reading-a-json-file} {i: NamedTuple}

JSON to Array

{id: json-to-array} {i: JSON} {i: from_json}