Crate sj

source ·
Expand description

Some JSON implementation

Project

  • License: GNU Lesser General Public License, either version 3, or (at your option) any later version.
  • This project follows Semantic Versioning 2.0.0

Features

  • This is an implementation of JSON.
  • Parsing from Read: parse().
  • Generating to JSON string: Json.

Notes

Documentation is built with all features. Some of them are optional. If you see components from other crates, you can view source to see what features are required.

Modules

0.27.2 (February 12th, 2023)

Structs

Array Indexes
Error
Number
Object Indexes

Enums

Json

Constants

Crate code name
ID of this crate
Crate name
Crate release date (year/month/day)
Tag, which can be used for logging…
Crate version

Functions

Makes new array
Makes new array with capacity
Inserts new item into an object
Makes new object
Parses a stream
Parses bytes
Pushes new item into an array

Type Definitions

Array
Result for I/O functions
Object
Object key
Result type used in this crate