JSONObject will unecessarily enclose keys in quotes even when not necessary
---------------------------------------------------------------------------
Key: TAPESTRY-1909
URL: https://issues.apache.org/jira/browse/TAPESTRY-1909
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.6
Reporter: Howard M. Lewis Ship
Priority: Minor
This is a minor issue, but value are sent like:
{ "fred":"flintstone", "barney":"rubble" }
that should look like:
{ fred:"flintstone", barney:"rubble" }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]