Of course XML and JSON are different. But if you see these formats on the level of pure structure they might be exchangeable representations for the same data. Both can be described with schema definitions: JSON Schema and XML Schema.
Can you describe the same data structures with JSON Schema as you can describe with XML Schema and vise versa? Is it possible to write JSSD/XSD converters that don't loose information while converting?