laps 0.1.4

Lexer and parser collections.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# json

A simple JSON parser, with a front-end built with `laps`.

## Usage

Run in the repository root:

```
cargo run --example json --features=macros -- examples/json/example.json
```

The structure of the parsed JSON will be printed.