Releases: shnellpavel/json-stream
Releases · shnellpavel/json-stream
Add optional skipping lines with error
To skip lines with malformed json or plain text use --skip-err-lines
. It would ignores such lines quiet and move to next
Clean up dependencies
- Remove not used dependencies from module file
- Add vendor folder to .gitignore
Filter of json stream from std i/o
- Implemantation of filtration json elements in stream. Use scheme
stdin > jsonstream > stdout
- Support base comparison operations for base types: bool, number, string (null-type excluded).
- Support nested paths
- Support arrays with "one of" logic for comparison