JSON.jl

GPTKB entity

Statements (40)
Predicate Object
gptkbp:instance_of gptkb:software
gptkbp:bfsLayer 4
gptkbp:bfsParent gptkb:Julia
gptkb:Julia_Language
gptkbp:category Data serialization
gptkbp:created_by gptkb:Jeffrey_Sarnoff
gptkbp:dependency gptkb:Base.jl
Compat.jl
JSO N3.jl
gptkbp:example JSON.json([1, 2, 3]);
JSON.parse("[1, 2, 3]");
JSON.parse("{\"key\": \"value\"}");
JSON.parsefile("data.json");
JSON.print(data);
JSON.read("data.json");
JSON.read(file);
JSON.write("output.json", data);
JSON.write(file, data);
json String = JSON.json(data);
using JSON; json Data = JSON.parse(json String);
gptkbp:features Error handling
Streaming support
Easy to use
Custom serialization
Fast parsing
Integration with other Julia packages
Pretty printing
Support for JSON schema
Supports nested structures
gptkbp:has_documentation https://jsonjl.readthedocs.io
https://www.w3.org/2000/01/rdf-schema#label JSON.jl
gptkbp:is_used_for generating JSON data
parsing JSON data
gptkbp:language gptkb:Julia
gptkbp:latest_version 0.21.0
gptkbp:license MIT License
gptkbp:platform Cross-platform
gptkbp:release_date 2015-05-01
gptkbp:repository https://github.com/ Julia IO/ JSON.jl
gptkbp:supports gptkb:file_format