Closed adhatama closed 8 years ago
The same problem. Readable Attributes turn into user unfriendly JSON.
As per the MSON specification, -
is a reserved character and as such, it should be escaped.
+ Request (application/json)
+ Attributes
+ description: This is description example (string, required)
+ date: `2016-03-03` (string, required)
Hello,
I have attributes like this (see the date attribute):
When rendered, it shows something like this
Can you reproduce it or am i missing something?
Thanks.