Following functions are included as single prgs:
(No additional dependencies / Requires VFP9 )
Run examples.prg from test folder and see sample code and output.
( Documentation is on the way ) - included is JsonSamples folder with many complex json files for you to test:
Any questions please use the discussions section.
(No additional dependencies / Requires VFP9 )
- oJson = nfJsonRead(cJsonString , isFileName)
- cJsonString = nfJsonCreate(oVfp, lFormattedOutput, lNoNullArrayItems)
- -nfJsonToCursor(cJson, cCursorName , lForceImportFromArray)
- -nfCursorToJson4vfp()&& calls nfCursorToJson with options set to create Json for later convert back to cursor in Vfp using nfJsonToCursor()
- nfCursorToJson(lReturnArray, lArrayofValues, lIncludestruct, lFormattedOutput* )*
- nfCursorToObject(lCopyToArray, lIncludeStruct)
Run examples.prg from test folder and see sample code and output.
( Documentation is on the way ) - included is JsonSamples folder with many complex json files for you to test:
- youtubesearch.json
- cycloneForecast.json
- dropbox.json
- googleMapsDistance.json
- iphone photo.json
- mapquest.json
- mySimpleArray.json
- tweeter.json
- weatherService.json
- yahooweather.json
Any questions please use the discussions section.