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

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

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