Result stream
Key capabilities
• JSON/YAML handled via canonical parsers so arbitrarily nested objects and arrays survive every round-trip. • `.properties` transformation flattens data into dotted paths (e.g., `sensor.threshold.high`) with `[index]` notation for lists. • Reverse conversion rehydrates dotted keys back into structured JSON without losing number/boolean/null types.
Engineering use
• Convert IoT JSON config files to `.properties` for OPC bridges that expect dotted paths. • Flatten PLC register maps into YAML for change reviews, then export back to JSON services. • Take legacy `.properties` definitions and generate nested JSON for tests or documentation.