Does minification change the JSON data in any way?
No. Minification only removes whitespace — spaces, tabs, and line breaks between JSON tokens. All keys, values, arrays, objects, and nesting remain exactly the same. The minified output is semantically identical to the formatted input.