# inside double quotes still treated as inline commentΒ #601
Closed
Description
v14.2.0
SOME_KEY={"field1":"some value", "field2": "stops here#this is discarded"}
When above line is parsed generates the following output
SOME_KEY: {"field1":"some value", "field2": "stops here
which in turns gives a SyntaxError: Unexpected end of JSON input
Metadata
Assignees
Labels
No labels