MetaDataFormat - JSON
The top level element of any meta data operation should be a "tiddlers" tag. This should be followed by a Json array ([entry1, entry2, etc.]) of meta data entries. Each meta data entry should be in {} braces. The following is an example of the same two meta data entries in Json format.
{"tiddlers":[ {"modified":"2006-12-22T16:49:49.984UTC","text":"dGVzdERhdGE=","signature":
"testSignature","title":"testTitle1166806189921","modifier":"user1","tags":["testTag1", "testTag2"],"serverTimeStamp":"2006-12-22T16:47:42.538UTC","sharedRecords.url": "http://sra.sharedrecords.org:8080/SRCDataStore/RESTServlet/","contentType": "testContent","sharedRecords.sequenceNumber":1,"sharedRecords.recordUID": "a368b26c76b26bfaffea36c56289c5a49ee28c40"},
{"modified":"2006-12-22T16:49:50.000UTC","text":"dGVzdERhdGEy","previousEntry":
"testTitle1166806189921_0000000001_5b8222ab3a50e77fbc10fed9d8385eda6513fe09", "signature":"testSignature2","title":"testTitle21166806189921","modifier": "user1","tags":["testTag3","testTag4"],"serverTimeStamp": "2006-12-22T16:47:42.541UTC","sharedRecords.url": "http://sra.sharedrecords.org:8080/SRCDataStore/RESTServlet/","contentType": "testContent2","sharedRecords.sequenceNumber":2,"sharedRecords.recordUID": "a368b26c76b26bfaffea36c56289c5a49ee28c40"}
]}
