Basic JSON Examplesbeginner
Primitive Array JSON Example
A simple array of primitive values that shows ordered collections without nested objects.
Real-world use case: Use this for tags, labels, enum-like lists, or compact configuration values.
1[
2 "email",
3 "sms",
4 "push"
5]
Where this shape shows up in production
Tag lists
Notification channels
Feature allowlists
Related examples
Continue Learning
Try These Tools
JSON Pretty Print & Viewer
Pretty-print, minify, and inspect JSON with strict-valid output, lenient repair modes, tree search, and local-only processing.
Open toolJSON Grid Viewer
Explore JSON as a sortable grid with nested cell inspection, dataset-path selection, and visible-state CSV or Excel export.
Open toolJSON Validator
Validate JSON syntax in real-time. Get clear error messages with line and column numbers.
Open tool