json
Installation
SKILL.md
Google JSON Style Guide
Official Google JSON formatting standards for consistent API responses and configuration.
Quick Reference
Golden Rules
- Use camelCase — for property names
- Consistent structure — predictable response format
- Include metadata — version, timestamps when relevant
- Use arrays for collections — even single items
- Null vs omission — be consistent
- ISO 8601 for dates — standard format
- Pretty print in development — minify in production