NSObject-AutomagicCoding
NSObject-AutomagicCoding copied to clipboard
add option to omit "class" property
I'm using AMC to convert my objects to JSON and do some stuff with it in Javascript after that. The JSON is already huge, and one thing I really don't need is the "class" property, as I won't ever reverse it to ObjC.
Would be great to have an option to disable this property for people in my case.
Thanks.