You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2014/08/28 15:24:08 UTC

[jira] [Created] (SOLR-6445) Allow flexible JSON input

Noble Paul created SOLR-6445:
--------------------------------

             Summary: Allow flexible JSON input 
                 Key: SOLR-6445
                 URL: https://issues.apache.org/jira/browse/SOLR-6445
             Project: Solr
          Issue Type: Bug
            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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org