bitoffdev commented on pull request #2282:
URL: https://github.com/apache/hbase/pull/2282#issuecomment-676704552


   > Skimmed. Its lovely.
   > 
   > How does json formatter deal w/ binary chars?
   
   The JSON formatter takes advantage of Ruby's builtin `JSON.dump` method to 
serialize _individual_ keys and values (not the whole table at once). This 
method will escape any text (including binary characters) such that the output 
is valid JSON.


----------------------------------------------------------------
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]


Reply via email to