Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lalrpop-json

A JSON parser using lalrpop.

use lalrpop_json::{parse_value, Value};

let value: Value = parse_value(r#"
{
    "hello": "world",
    "array": ["first", 2, true, false, null, { "more": 2 }]
}
"#).unwrap();

About

A JSON parser using lalrpop in Rust.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages