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

Add support for byteArray, default values and Object Processing along with JSON Array #99

Open lkumarjain opened 1 year ago

lkumarjain commented 1 year ago

Can we add support for the

  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

I can raise an MR having all these functionality