sj 0.17.0

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

[package]
edition = '2018'
name = 'sj'
version = '0.17.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 = []

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