New ImportJSON Implementation #152
Description
Hi,
Just thought I would let people here know about a new JSON Import function I have created. I thought it would be OK to post here as development of this project seems to have stalled and my implementation solves many long outstanding issues,
The project is called IMPORTJSONAPI and can be found at https://github.com/qeet/importjsonapi.
The custom function allows importing of JSON using JSONPath query expressions and the syntax is very different from ImportJSON so it might require some relearning.
Here are some of the issues that my implementation solves:
Add option to return scalar arrays as arrays #1
Figure out how to handle multiple objects in Facebook API using id fields #2
Ability to import JSONPath queries #6
Option to print empty values on unset requested paths #42
Take only first value from list of returned values #67
JSON structure containing unique query identifiers #71
Some random number returns if data value is null #77
Parsing is incomplete when trailing object keys have null values #79
Can't limit import to N items from array #98
Import fields duplicate #104
Need help Google Sheets truncating data #107
ImportJSON with request Header #114
Problems with similar keys #119
Logical true isn't recognized #143
Not parsing NULL values correctly #147
How do you parse retrieve index/row from an array? #150
Duplicate Lines on Import #151
PS. Feel free to close/delete this post if it is not considered appropriate.