[
https://issues.apache.org/jira/browse/GEODE-4737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16374816#comment-16374816
]
Dave Barnes edited comment on GEODE-4737 at 2/23/18 6:48 PM:
-------------------------------------------------------------
Example from the gfsh `create jndi-binding` command showing multiple JSON specs:
--datasource-config-properties=\{'name':'name1','type':'type1','value':'value1'},\{'name':'name2','type':'type2','value':'value2'}"
was (Author: dbarnes97):
Example from the gfsh `create region --jndi-binding` command showing multiple
JSON specs:
--datasource-config-properties=\{'name':'name1','type':'type1','value':'value1'},\{'name':'name2','type':'type2','value':'value2'}"
> User Guide: Describe addition of JSON specs to gfsh commands
> ------------------------------------------------------------
>
> Key: GEODE-4737
> URL: https://issues.apache.org/jira/browse/GEODE-4737
> Project: Geode
> Issue Type: Improvement
> Components: docs
> Reporter: Dave Barnes
> Priority: Major
>
> Some new gfsh commands can take a JSON spec. Examples include `alter region
> --entry-idle-time-custom-expiry` and `create region --cache-listener`.
> Add a general description of the syntax to the gfsh section of the manual so
> individual command-reference entries can point to a centralized explanation,
> rather than repeating the syntax details each time.
> One developer has requested that we state that the JSON parser recognizes
> double quotes as well as single quotes. Some JSON parsers accept only single
> quotes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)