Crate sj[][src]

Some JSON implementation

Project

Features

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

version_info

0.20.0 (March 10th, 2021)

Structs

Error

Error

Number

Number

Enums

Value

A value

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging…

VERSION

Crate version

Functions

array

Makes new array

array_with_capacity

Makes new array with capacity

insert

Inserts new item into an object

object

Makes new object

parse

Parses a stream

parse_bytes

Parses bytes

push

Pushes new item into an array

Type Definitions

Array

Array

IoResult

Result for I/O functions

Object

Object

ObjectKey

Object key

Result

Result type used in this crate