You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to control precision of json serializer for specific fields. It would be perfect to for example push something like setPrecisiin token before and after field value.
I think it could be implemented with FieldParams optional field that could be set by user implementwtion upon field visit. It could be in a form of some kind control token factory invoked before and after token value visit. The token itself could work just like reserve token.
The text was updated successfully, but these errors were encountered:
gitmodimo
changed the title
Enhancement:
Enhancement: serializer control tokens
Mar 10, 2025
I need to control precision of json serializer for specific fields. It would be perfect to for example push something like setPrecisiin token before and after field value.
I think it could be implemented with
FieldParams
optional field that could be set by user implementwtion upon field visit. It could be in a form of some kind control token factory invoked before and after token value visit. The token itself could work just likereserve
token.The text was updated successfully, but these errors were encountered: