Skip to content

Releases: shnellpavel/json-stream

Add optional skipping lines with error

14 Jan 13:19
Compare
Choose a tag to compare

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

04 Jan 15:09
Compare
Choose a tag to compare
  • Remove not used dependencies from module file
  • Add vendor folder to .gitignore

Filter of json stream from std i/o

04 Jan 14:42
Compare
Choose a tag to compare
  • 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