Skip to content

GerardRodes/pick-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pick json

Read a single attribute of a json and stop there

how does it work?

instead of reading the whole json it stops reading bytes once found the picked attribute and its value is returned

run it

$ cargo build --release
$ target/release/pick-json tests/types.json emoji
"🔥"

About

Read a single attribute of a json and stop there

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages