Types
The following is a list of the types of data used within the jicoo.com API:
Name | Definition | Example |
---|---|---|
number | An integer is a number without decimals. | 123 |
string | A string is a sequence of characters used to represent text. | "jicoo" |
object | A data structure with key value pairs. | { "name": "jicoo" } |
array | A data structure with only a list of values separated by a comma. | ["jicoo", 123, 123] |
boolean | A boolean is a type of two possible values representing true or false. | true |
Last modified: 8 months ago