Skip to content

Instantly share code, notes, and snippets.

@satr
Created May 16, 2019 05:36
Show Gist options
  • Save satr/c1c2190aed3efbe040dba478164a337e to your computer and use it in GitHub Desktop.
Save satr/c1c2190aed3efbe040dba478164a337e to your computer and use it in GitHub Desktop.
JSON content example
{
"string_value": "some text",
"int_value": "123",
"float_value":"12.345",
"bool_value": "true",
"date_value": "2019-05-10T10:20:35.000+0",
"array_value": [1,2,3,4,5],
"object_value": {
"int_field": "789",
"string_field": "object's text"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment