Strict JSON creates a predictable source model
JSON already limits data to objects, arrays, strings, finite numbers, booleans, and null. Those values can be written into a conservative YAML representation without evaluating code or inferring a custom application type.
Object member and array order remain stable. The indentation setting changes presentation only and does not sort keys or flatten nested values.