Help page

JSONBuddy Help

JSON text editor

Edit JSON text with a clear validation checkpoint, then use formatting and navigation aids without confusing them with contract proof.

JSONBuddy for Windows text editor showing a JSON document with syntax highlighting, folding, and validation indicators
Authentic supplied Help evidence of the Windows JSON text editor; exact commands, shortcuts, and assistive behavior require current-build confirmation.
Current-build check

The supplied read-only Help source documents this task. Confirm editor-tab labels, auto-completion, well-formedness commands, shortcuts, and output behavior in the current Windows build.

Edit JSON with a small review loop

  1. Open the JSON document in the current text-editor view.
  2. Make one deliberate change, keeping the surrounding object or array in view.
  3. Run a well-formedness check before treating the edit as complete.
  4. When a schema applies, validate against the intended associated schema as a separate step.

The retained Help describes syntax coloring, auto-completion, background validation, copy/paste, and find/replace. Confirm their current scope before assuming they prevent a data or contract error.

Use formatting and navigation aids carefully

Pretty-printing can make nested structure easier to read; compacting removes layout whitespace. Neither operation proves JSON Schema conformance. The historical Help also describes a JSON Pointer evaluator and unescaping behavior. Verify selection handling and the current command semantics with a disposable sample before changing a production document.

Review diagnostics and save deliberately

Inspect the reported JSON location and schema location when validation fails, correct the appropriate data or rule, then retest known valid and invalid examples. Keep the source document until the saved result is reviewed. For several files, start from the File Explorer view; for structural edits, use the JSON grid editor.

Continue with schema-aware editing

Use the JSON Schema editor when authoring the contract, the JSON pretty-print task for formatting, or the JSON editor overview for the wider Windows workflow.

Use pointers as a navigation aid

When the current build provides a JSON Pointer evaluator, use a known pointer against a disposable example first. Confirm that the resolved location is the intended object or array member before using the result to guide an edit. Pointer navigation helps locate content; it does not replace a well-formedness check or schema validation.