Heya!
I'm compiling some generated code that looks sort of like this:
@derive Jason.Encoder
defstruct [
:hello,
:"hello/world"
]
It's failing because of:

It seems that '/' is perfectly valid in a JSON key - what's the reason for having this check here?
Heya!
I'm compiling some generated code that looks sort of like this:
@derive Jason.Encoder
defstruct [
:hello,
:"hello/world"
]
It's failing because of:
It seems that '/' is perfectly valid in a JSON key - what's the reason for having this check here?