[
https://issues.apache.org/jira/browse/TAPESTRY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship closed TAPESTRY-1909.
------------------------------------------
Resolution: Invalid
Assignee: Howard M. Lewis Ship
The JSON specification is clear that keys must be in double quotes, even if
JavaScript itself is more lenient.
> JSONObject will always 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
> Assignee: Howard M. Lewis Ship
> Priority: Minor
> Fix For: 5.1
>
>
> 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]