[ 
https://issues.apache.org/jira/browse/SOLR-6445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113878#comment-14113878
 ] 

Noble Paul commented on SOLR-6445:
----------------------------------

bq. This violates JSON standard: "A string is a sequence of Unicode code points 
wrapped with quotation marks (U+0022)."

yes it does. We leave the choice to the users. We don't have to be the guardian 
angels of 'json standard'

bq.The latest version of noggit (v0.6) already supports single quoted and 
unquoted strings.

Yes, I saw the code. But i need to set those flags explicitly , right?

> Allow flexible JSON input 
> --------------------------
>
>                 Key: SOLR-6445
>                 URL: https://issues.apache.org/jira/browse/SOLR-6445
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Noble Paul
>
> Support single quotes and unquoted keys
> {code:javascript}
> //all the following must be valid and equivalent
> {"id" :"mykey"}
> {'id':'mykey'}
> {id: "mykey"}
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to