json - BaseX GUI and MongoDB -
basex focuses on storing, querying, , visualizing large xml , json documents , collections.
is there way query mongodb documents , use basex visualizing ability?
let me try help, information comes from: http://docs.basex.org/wiki/json
example: converts json string simple objects , arrays query:
json:parse('{ "title": "talk on travel pool", "link": "http://www.flickr.com/groups/talkontravel/pool/", "description": "travel , vacation photos around world.", "modified": "2014-02-02t11:10:27z", "generator": "http://www.flickr.com/" }')
result:
<json type="object"> <title>talk on travel pool</title> <link>http://www.flickr.com/groups/talkontravel/pool/</link> <description>travel , vacation photos around world. </description> <modified>2014-02-02t11:10:27z</modified> <generator>http://www.flickr.com/</generator>
Comments
Post a Comment