JQNode Json Parser

Jackson Thomas Browne requested to merge jq-node into main

Simple JSON Parser that returns a found object based on the jq.js framework included.

Caveat is that you must use the jq.js syntax. ( all queries must start with . and may be index by their array [0-N] and "key" names. Returns an object of the results from the JSON Query. (object, array, string, number, boolean, or null).

Screenshot_2022-11-21_001852

Merge request reports