Hi Community,
for our forms validation we use XData to describe fields on server side.
These XData are in JSON like this
XData FormValidator [ MimeType = application/json ]
{
{
"username": {
"required": true
},
"email": {
"datatype": "email"
}
}
}
When I try to use %JSON.Adaptor in same classes, IRIS throw an error at compile time