Open GPrathap opened 9 years ago
Hi,
handling JSON is very much incomplete. API functions for things like you've described do not exist, the only part that works reasonably is the parser; query code is also there but undocumented.
I'll go over the project website and remove the references to JSON support (not sure exactly why it's mentioned there, perhaps because it was work in progress before 0.7) and put a notice in the docs to clarify the current status.
Yeap, It is really important mention about JSON support in docs. Because I am to use this database system for my project. Now I can not (:
I created JSON data from a file and insert it into the database as structured records. How am I update that structured record. Still I have not find any API functions for that .
This is my JSON file
I want to push application details to applicationsInfo and want to update cookies . Can I do those operations with current API .