jsona 0.2.0

JSONA - JSON with annotations The JSONA Data Interchange Format (JSONA) is a superset of JSON that supports annotations. It also aims to alleviate some of the limitations of JSON by expanding its syntax and
Documentation
[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[package]
authors = ["sigoden <sigoden@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "JSONA - JSON with annotations\n\nThe JSONA Data Interchange Format (JSONA) is a superset of JSON that supports annotations. It also aims to\nalleviate some of the limitations of JSON by expanding its syntax and \n"
documentation = "https://github.com/sigoden/jsona"
edition = "2018"
keywords = ["jsona", "parser"]
license = "MIT"
name = "jsona"
readme = "README.md"
repository = "https://github.com/sigoden/jsona"
version = "0.2.0"