In my IntelliJ editor, I have a test.json file as below. The second json record displays an error message \"Json standard only allows one top-level value\". But this is a va
You have to combine them as [ {Obj 1}, {Obj 2} ] if you want to use them in the same json file. Otherwise the json file will be containing two dictionary objects and it can only have one top level object.