[package] name = "json_reader" version = "0.1.0" authors = ["Ilya Krammer "] license = "MIT/Apache-2.0" description = """ Streaming json reader implementation(either by lexer or by level) only ascii json files are supported at the moment """ [dependencies]