Open Sciumegpp00 opened 3 weeks ago
Seems like every answer has "validation:" as key, instead of "validation" (colons in the key).
i.e., {'validation:': 'Validate Test'}, {'validation:': 'Problem in parsing JSON: cannot find the specified message type'}
{'validation:': 'Validate Test'}
{'validation:': 'Problem in parsing JSON: cannot find the specified message type'}
A solution is provided in #18.
Seems like every answer has "validation:" as key, instead of "validation" (colons in the key).
i.e.,
{'validation:': 'Validate Test'}
,{'validation:': 'Problem in parsing JSON: cannot find the specified message type'}