My code is blowing up because JSON serialization won't happen from an integer to string during de-serialization.
If the target type is a string, shouldn't anything cast?
I dont feel like I should have build an entire convert for this, it should be built in IMOH.
Works fine in Newtonsoft.
My code is blowing up because JSON serialization won't happen from an integer to string during de-serialization.
If the target type is a string, shouldn't anything cast?
I dont feel like I should have build an entire convert for this, it should be built in IMOH.
Works fine in Newtonsoft.