Discussions
API Reference Results JSON Documentation
almost 3 years ago by Sherif Ashraf
I can't find documentation on how to present different types in the JSON results
I know how to present String and Number type
{"this_is_string": "", "this_is_number": 1}
But I want to know how to present different date formats(date-time, YYYY-MM-DD), Integers, Double, Float, etc.
Is there any documentation for this?