thedevsaddam / gojsonq

A simple Go package to Query over JSON/YAML/XML/CSV Data
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.17k stars 140 forks source link

Added support for byteArray, default values and Object Processing along with JSON Array #98

Closed lkumarjain closed 1 year ago

lkumarjain commented 1 year ago

Added support for:

  1. Reading JSON byteArray - Decode byte array in to root content
  2. Default values - Support to provide default value for any given non-existing property
  3. Object Processing along with JSON Array - Support to have filter & projection on a single JSON object along with the JSON Array
lkumarjain commented 1 year ago

Closing this as created against v2 branch