shenek / streamson

Memory efficient handling of large JSON data.
MIT License
4 stars 0 forks source link

bin: more cmd-line friendly matcher #244

Open shenek opened 3 years ago

shenek commented 3 years ago

Currently it is quite hard to write a simple matcher in command line. Due to object, key definition. e.g. {"key"} needs to be put in '{"key"}'.

Peharps it would be beneficial to use an alternative key definition (or both). e.g. /_key_/ and // for wild card matches.