// Example:
Hello world!
// Example:
79201231212
// Example:
#AAA012
// Example:
http://directual.com
// Example: https://www.youtube.com/watch?v=m4U232MuTG4
// Examples:
42
-102
0
// Examples:
0.12
-99999999.9999999999
234.23123454
// Examples:
1,a,hello world,4,true
42.2,{"key1":true,"key2":"hello"},abc
// Examples:
2019-10-01T10:00:00.000Z = 01 October 2019 10:00:00 in date-time format;
1569924000000 = 01 October 2019 10:00:00 in timestamp format;
true
and false
by default)true, false, null
// Example:
{
"title": "War and peace",
"year": 1865,
"Chapters": [1,2,3,4,5,6],
author: {
"name: "Leo",
"last_name": "Tolstoy"
},
"is_favourite": false
}
// JSON example:
{ "option2": true, "customOption": "2021-01-06T00:00:00.000Z" }
// JSON example:
{ "value": "hello" }
or
{ "customOption": "hello world" }
// JSON example:
{ "firstValue": 3 }
// JSON example:
{ "secondValue": 6, "firstValue": 3 }