[ https://issues.apache.org/jira/browse/SOLR-6445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14113802#comment-14113802 ]
Yonik Seeley edited comment on SOLR-6445 at 8/28/14 2:55 PM: ------------------------------------------------------------- The latest version of noggit (v0.6) already supports single quoted and unquoted strings. It's already in use in heliosearch. https://github.com/Heliosearch/heliosearch/commit/06e9392 was (Author: ysee...@gmail.com): The latest version of noggit (v0.6) already supports single quoted and unquoted strings. It's already in use in heliosearch. > 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