thedevsaddam / gojsonq

A simple Go package for querying over JSON, YAML, XML, and CSV data.
https://github.com/thedevsaddam/gojsonq/wiki
MIT License
2.19k stars 140 forks source link

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

Open lkumarjain opened 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

https://github.com/thedevsaddam/gojsonq/issues/99