sj 0.23.0

Some JSON implementation
Documentation
# License: see LICENSE file at root directory of main branch

[package]
edition = '2021'

name = 'sj'
version = '0.23.0'

authors = ['Hai Bison <haibison.apps@gmail.com>']
description = 'Some JSON implementation'
repository = 'https://bitbucket.org/haibison/sj'
license-file = 'LICENSE'
keywords = ['json']
categories = ['parser-implementations']

[features]
std = []
hash-map = []
x-unicode = []

[package.metadata.docs.rs]
all-features = true