ctubbsii commented on issue #2105: URL: https://github.com/apache/accumulo/issues/2105#issuecomment-840654701
Single quotes are not considered proper JSON. Many JSON parsers are forgiving in this regard, but it's technically not valid to use single quotes in JSON. The values should only use double-quotes in the first place. Then, you can use single-quotes to quote the entire value in the shell. We could also make the output of the shell show copy/paste friendly quoting, so quotes are already escaped and values are already quoted. However, that could get very ugly and confusing. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
