You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jens Deppe (JIRA)" <ji...@apache.org> on 2018/05/03 04:09:00 UTC

[jira] [Created] (GEODE-5174) JSON examples for gfsh commands, get, put, locate and remove are not valid

Jens Deppe created GEODE-5174:
---------------------------------

             Summary: JSON examples for gfsh commands, get, put, locate and remove are not valid
                 Key: GEODE-5174
                 URL: https://issues.apache.org/jira/browse/GEODE-5174
             Project: Geode
          Issue Type: Bug
          Components: docs
            Reporter: Jens Deppe


For the gfsh commands {{get, put, locate and remove}} the documentation shows JSON examples enclosed with parentheses and single quotes. Both of these constructs are invalid JSON - in particular the parentheses. For example: {{('key':'value1')}} should be {{\{"key":"value1"\}}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)