Really why not?
It was my first thought. You guys(developers at GWT) have probably
created some sort of HashMap to handle JSON objects received from RPC
calls handling its values and strings.
Anyway, I find the standard way of handling JSON values quite... ugly.
Is there any reason why shouldn't I use a process like:
1- Get string form the wire.
2- Use regex to get the name and values.
3- Fill a Map with the values from step 2.
4- Get the values that I want from the Map.

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to