Install
openclaw skills install jsonWork with JSON data structures, APIs, and serialization effectively.
openclaw skills install jsonadditionalProperties: false to reject unknown fields in strict contextscamelCase for JS ecosystems, snake_case for Python/RubyuserId alongside user_name confuses consumers"users": [] not "user": []null—reduces payload, clearer intent"2024-01-15T14:30:00Z"—no ambiguous formats like "01/15/24"Z suffix—local times without zone are useless"id": "9007199254740993"—JavaScript loses precision above 2^53"price": "19.99" or "price_cents": 1999{"data": ..., "meta": ..., "errors": ...}next/prev links or cursor{"code": "INVALID_EMAIL", "message": "...", "field": "email"}"request_id": "abc-123"toJSON() method silently overrides output—Date becomes string, custom classes may surpriseflatted__proto__ key can pollute prototypes—sanitize input or use Object.create(null)\uD83D\uDE00—single \u1F600 invalid\uFEFF from file input