Is a JSON data expression lexer, parser, cli and library.
shell
~ cargo install ksql
Expressions support most mathematical and string expressions see here for details of the lexer support and rules.
```rust use ksql::parser::{Parser, Value}; use std::error::Error;
fn main() -> Result<(), Box
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Proteus by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.