xlc / lite-json

Simple JSON parser written with Rust. Wasm / no_std ready.
Apache License 2.0
51 stars 23 forks source link

Add some convenience methods to JsonValue #19

Closed KiChjang closed 3 years ago

KiChjang commented 3 years ago

Should be pretty self-explanatory. Added unit test to ensure they work as intended.

KiChjang commented 3 years ago

@xlc Comments addressed.

KiChjang commented 3 years ago

@xlc Test cases added.