More actions
mNo edit summary |
mNo edit summary |
||
| Line 46: | Line 46: | ||
* '''long''': An integer value of arbitrary length, formatted as a JSON decimal string. ''Ex:'' "672300213144" | * '''long''': An integer value of arbitrary length, formatted as a JSON decimal string. ''Ex:'' "672300213144" | ||
* '''time''': A JSON string containing an ISO 8601 formatted combined date and UTC time, with 3 decimal places of precision. ''Ex:'' "2013-10-21T13:28:06.419Z" (10/21/13 13:28:6.41) | * '''time''': A JSON string containing an ISO 8601 formatted combined date and UTC time, with 3 decimal places of precision. ''Ex:'' "2013-10-21T13:28:06.419Z" (10/21/13 13:28:6.41) | ||
* '''array''': A JSON array of JSON objects. ''Ex:'' | * '''array''': A JSON array of JSON objects. ''Ex:'' [{"firstName":"John", "lastName":"Doe"}, {"firstName":"Anna", "lastName":"Smith"}, {"firstName":"Peter", "lastName":"Jones"}] | ||
=Usage= | =Usage= | ||