JSON Serialization with runtime filtering.

Alexander Milushev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jul 22 05:36:31 PDT 2016


I there any json serialization library which allow to make 
decision about ignoring fields in runtime? I trying to write rest 
client but server accept either 'cmd' or 'args' field for example 
and I need to find solution.



More information about the Digitalmars-d-learn mailing list