LitJSON / litjson

JSON library for the .Net framework
https://litjson.net/
Other
1.37k stars 404 forks source link

Added JSONName attribute to specify a custom name to use when importing and exporting #24

Open TJHeuvel opened 10 years ago

TJHeuvel commented 10 years ago

Whenever a field has the JSONName property it will use that name, instead of the fieldname. This allows you to slightly deviate from the incoming or outgoing JSON.

lbv commented 10 years ago

Hi,

Thank you for the contribution. This seems interesting and probably something I'd like to add. A few comments:

Thanks.