Hello.
I recently ran into some inconsistencies with mapping between Java and JavaScript. Sometimes it manages to serialize the Java object, and you can use it directly and other times you have to JSON.parse() the object returned.
Could you explain how the mapping/serializing is done, and why it gives different results sometimes?