Open
Description
Hello,
I'm trying to use your bundle for our application REST API, and I'm serializing my objects to json format.
I need to keep parameter types when serializing, so that null values will be nulls after serialization, and integers remain integers. But I found that for some reason you convert all the json values to strings when calling getClientData() method in serializeForm(). If I change this to getNormData() - everything works just fine.
The question is - was that done intentionally? If yes, then why?
Metadata
Metadata
Assignees
Labels
No labels