arteconceito opened a new pull request, #14984: URL: https://github.com/apache/arrow/pull/14984
This PR fixes the bug reported by #14973 leveraging the native JavaScript `JSON.stringify()` function to serialize an Arrow Table into a valid JSON string. The use of this native function guarantees that all data types will be serialised into valid ones. This allows the reverse operation of deserialising the same string back into a JavaScript object through the use of `JSON.parse()`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
