json-style
Installation
SKILL.md
JSON Style Guide
Apply Google's JSON Style Guide conventions for consistent, well-structured JSON APIs and data formats.
Overview
This skill provides guidelines for creating JSON APIs and data structures following Google's JSON Style Guide. The guide clarifies naming conventions, property structures, reserved property names, and standard patterns for JSON requests and responses in both RPC-based and REST-based APIs.
Core Principles
Use Double Quotes
All property names must be surrounded by double quotes. String values must use double quotes. Other value types (boolean, number, null, arrays, objects) should not be quoted.