# json-validator > Validate and process JSON data - Author: Yves Lepère - Repository: YvesThenElse/TeamForge - Version: 20260107110434 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/YvesThenElse/TeamForge - Web: https://mule.run/skillshub/@@YvesThenElse/TeamForge~json-validator:20260107110434 --- --- name: json-validator description: Validate and process JSON data allowed-tools: Read, Write category: Data tags: - json - validation - data --- # JSON Validator Skill This skill helps you validate, process, and transform JSON data. ## Capabilities - Validate JSON syntax and structure - Verify JSON against schemas (JSON Schema) - Transform JSON data between different formats - Pretty-print and format JSON - Find and fix common JSON errors ## Usage Examples ### Syntax Validation Check JSON files for syntax errors, missing brackets, trailing commas, and other issues. ### Schema Validation Validate JSON data against JSON Schema definitions to ensure data conforms to expected structure. ### Data Transformation Transform JSON between different structures, flatten nested objects, or restructure data. ## Best Practices - Always validate JSON before processing - Use consistent indentation (2 or 4 spaces) - Avoid trailing commas (not valid in JSON) - Quote all property names - Use appropriate data types (string, number, boolean, null, array, object)