Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 644 Bytes

File metadata and controls

11 lines (10 loc) · 644 Bytes

Data Types

Type Example Description
String "example" Textual data
Integer 42 Whole number
Boolean true / false Logical value
Date "2024-06-01" ISO 8601 date
DateTime "2024-06-01T12:34:56" ISO 8601 date and time
Array ["a", "b", "c"] List of values
Object {"id":1,"name":"x"} Key-value structure