Hello,
I am getting the "flexjson.JSONException: Missing value at character 0" error. I have a big Bean class with some attributes of other classes. I can serialize it with exclude() function and I am only serializing the basic strings. Then I try obtain the same json, and deserialize it and I am getting that error. What might be the reason, do you have any idea?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am getting the "flexjson.JSONException: Missing value at character 0" error. I have a big Bean class with some attributes of other classes. I can serialize it with exclude() function and I am only serializing the basic strings. Then I try obtain the same json, and deserialize it and I am getting that error. What might be the reason, do you have any idea?
Thanks
Can you provide some more details? What does your bean look like? What is the JSON it produces and the stack exception you're getting?