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

1.fixed error when reflecting an indexed property(ignore it). 2.continue... #10

Open ghost opened 9 years ago

ghost commented 9 years ago

1.fixed error when reflecting an indexed property(ignore it). 2.continue to reflect next object instead of throwing an exception when _current_deption > _MAX_DEPTH.