Download presentation
Presentation is loading. Please wait.
1
JSON Data Demo
2
JavaScript Object Notation (JSON)
JSON Demo JavaScript Object Notation (JSON) Standard for “serializing” data objects in human-readable format Useful for data interchange, and for representing & storing semistructured data
3
number, string, boolean, … Objects { } sets of label-value pairs
JSON Demo Basic constructs (recursive) Base values number, string, boolean, … Objects { } sets of label-value pairs Arrays [ ] lists of values
4
Constructs and syntactic correctness Flexibility
JSON Demo Demo Constructs and syntactic correctness Flexibility JSON Schema, validation
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.