mgholam / fastJSON

Smallest, fastest polymorphic JSON serializer
https://www.codeproject.com/Articles/159450/fastJSON-Smallest-Fastest-Polymorphic-JSON-Seriali
MIT License
479 stars 147 forks source link

Feature Request: serialize json into existing object #59

Closed friuns2 closed 7 years ago

friuns2 commented 7 years ago

Could you add function like public static T ToObject(string json,T o)

so could serialize json into existing object

mgholam commented 7 years ago

Use FillObject()

friuns2 commented 7 years ago

ah sorry didn't noticed! thanks!