Open semireg opened 5 years ago
I've tested this using http://oleg.fi/relaxed-json/.
This is valid:
{ 'Date': 01.02 }
This is invalid:
{ 'Date': 01.02.03 }
Of course, this works:
{ 'Date': '01.02.03' }
Thoughts on why an additional period and number causes an issue? Thank you!
I've tested this using http://oleg.fi/relaxed-json/.
This is valid:
This is invalid:
Of course, this works:
Thoughts on why an additional period and number causes an issue? Thank you!