cppgraphqlgen icon indicating copy to clipboard operation
cppgraphqlgen copied to clipboard

Enhancement: serializer control tokens

Open gitmodimo opened this issue 8 months ago • 0 comments
trafficstars

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.

gitmodimo avatar Mar 10 '25 19:03 gitmodimo