arson 0.2.0

arson is a simple rust json library for parsing string. it has nice formatted colored output
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.termion]
version = "1.5.6"

[package]
categories = ["parsing", "parser-implementations"]
description = "arson is a simple rust json library for parsing string. it has nice formatted colored output"
documentation = "https://docs.rs/arson/latest/arson/"
edition = "2018"
keywords = ["parser", "json", "json-parser"]
license = "MIT"
name = "arson"
repository = "https://www.github.com/hermanbrunborg/arson"
version = "0.2.0"