Jérémy CARBONNE
Results
1
issues of
Jérémy CARBONNE
Hi, I tried to do: ``` sjson.Set("", "-1", "bob") ``` I expecting `["bob"]` but i got `{"-1":"bob"}` I think `sjson.Set("", ":-1", "bob")` should return `{"-1":"bob"}` and `sjson.Set("", "-1", "bob")` should...