Emitting a JSON file from a YAML with versioning value will give a SyntaxError when parsed in JSON. YAML ``` yaml james: 0.0.7 ``` JSON ``` json {"james": 0.0.7} ``` The versioning conversion to a double should not have passed (just a hypothesis).