Commits


Antoine Pitrou authored and Wes McKinney committed 1a86ab51d8e
ARROW-3982: [C++] Allow "binary" input in simple JSON format Since rapidjson doesn't validate UTF8 by default, we can represent arbitrary binary bytes in the JSON input (bytes < 0x20 have to be represented as unicode escapes). Author: Antoine Pitrou <antoine@python.org> Closes #3222 from pitrou/ARROW-3982-json-simple-binary and squashes the following commits: 5aaa5edc8 <Antoine Pitrou> ARROW-3982: Allow "binary" input in simple JSON format