Schema First - For Enforced Data Validation & Accuracy
Internet Object is developed as a schema-first data interchange format, emphasizing strong schema support from the outset. This approach ensures thorough data verification, facilitating built-in validation at both the sending and receiving ends.
By automating data checks, it significantly conserves developers' time, enhancing productivity and efficiency in data exchange processes.
# Header can contain schema and/or meta-data, here # it contains schema name:string, # Name of the person age:{number, max:30}, address*: {street, city, state} # Address is nullable --- ~ John Doe, 25, {Bond Sreet, New York, NY} ~ Jane Doe, 20, N