Forum Discussion

EdwardH's avatar
EdwardH
Frequent Visitor
1 year ago
Solved

Json.Document() ECMA-262 non-conformance - Power Query throws exception on duplicate JSON key

The following Power Query code throws an error that halts processing:   let Source = "{""key1"":""val1"",""key2"":""val2"",""key1"",""val3""}", Custom1 = Json.Document(Source) in Custo...