You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2007/11/13 22:40:43 UTC

[jira] Created: (TAPESTRY-1909) JSONObject will unecessarily enclose keys in quotes even when not necessary

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1909:
-------------------------------------------

    Fix Version/s: 5.1

> 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
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1909:
-------------------------------------------

    Summary: JSONObject will always enclose keys in quotes even when not necessary  (was: JSONObject will unecessarily enclose keys in quotes even when not necessary)

> 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
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary

Posted by "Kevin Menard (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Menard updated TAPESTRY-1909:
-----------------------------------

    Fix Version/s:     (was: 5.1)

> 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
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1909) JSONObject will always enclose keys in quotes even when not necessary

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org