Skip to content

Certain Valid JSON fails to parse #23

@jchambers-ln

Description

@jchambers-ln

This valid JSON fails to parse: Just taking your example here and adding the "AList" part at the end.

image

Double checking with JSONlint that its valid
image

{
	"Analyst": {
		"name": "Jack",
		"email": "jack@xyz.com"
	},
	"Loaded by": "Jills",
	"Load id": 34,
	"git id": "xxqaygqertqsg98qhpughqer",
	"Analysis Id": "7asdlnagsd98gfaqsgf",
	"Load Date": "July 12, 2018",
	"Data Source": "Study XY123-456",
	"Jira Ticket": "Foo-1",
	"Confluence URL": "http://myserver/wxyz",
	"Study sponsors": [{
			"name": "john",
			"email": "john@@xyz.com"
		},
		{
			"name": "jane",
			"email": "jane@@xyz.com"
		}
	],
	"AList": [{
		"test": {
			"a": "a"
		}
	}]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions