Inspect format transformations
Compare the authored mappings and representative outputs for each format stage.
Interactive pipeline
FORMAT TRANSFORMATIONS
Curated encoding walkthrough
Stage 1 of 4
JSON Input
A representative JSON record before a schema-backed encoding is selected.
1HighlightsAuthored emphasis only—not a computed diff.
Copy & download
Input
{"sensor_id": "sensor-42","temperature_celsius": 23.5,"humidity_percent": 45.2,"timestamp": "2024-01-15T10:30:00Z"}Output
Authored highlight: JSON review points:Field names and numeric types are explicitNo schema artifact is attached to this recordStage configuration
01-json-input.yamlpipeline:
processors: [] # JSON input; no format conversion yet