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: [email protected]
For additional commands, e-mail: [email protected]