Particles Syntax
Elegant data representation without the noise
What is Particles?
Particles is a human-friendly data format that eliminates unnecessary syntax. No quotes, no brackets, no parentheses—just pure, readable structure through indentation.
Examples
JSON
{ "user": { "name": "Alice", "age": 28, "hobbies": ["coding", "reading"] } }
Particles
user name Alice age 28 hobbies coding reading