Closed gbowne1 closed 1 month ago
Im aware of this, trying to figure out how does json.load work, so we can have duplicate keys on load and not just last instance of the key
I had to ponder the output of the run myself.
It's also saying that there is no package called jsonmaestro.
We should look at publishing at some point. There appears to be several methods..
Keep in mind there is both json.load
and json.loads
.
So technically speaking, json.loads should then fail to parse when given input with 2 identical key as its not in json spec as per rfc8259 (https://en.wikipedia.org/wiki/JSON#Interoperability)?
We should look at publishing at some point. There appears to be several methods..
Could you reserve the package name possibly?
I'm just guessing that there could theoretically be a case where there are indeed identical keys, thought I haven't run across anything with that yet. However, I would opt for the case where the duplicated keys were not wanted. This could potentially be a feature we turn on and off with a option/flag.
Yes the package name could be reserved.
The test/test workflow/action fails on PR run