Created
May 16, 2019 05:36
-
-
Save satr/c1c2190aed3efbe040dba478164a337e to your computer and use it in GitHub Desktop.
JSON content example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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