Metadata-Version: 2.1
Name: json-reader
Version: 0.1
Summary: Read JSON and it's variants from a char stream.
Home-page: https://github.com/weaming/json-reader
Author: weaming
Author-email: garden.yuen@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/weaming/json-reader
Project-URL: Bug Reports, https://github.com/weaming/json-reader
Keywords: json,compiler,reader,stream
Platform: UNKNOWN
Description-Content-Type: text/markdown

# JSON Reader

Read JSON and it's variants from a char stream.

## Install

```
pip instsall -U json-reader
```

## Usage

* See `json_reader/test_scanner.py`
* `cat example.log | python -m json_reader`
* `cat example.log | json_reader`


