elastic / ml-cpp

Machine learning C++ code
Other
149 stars 62 forks source link

[ML] Switch from RapidJSON to Boost.JSON #2614

Closed edsavage closed 7 months ago

edsavage commented 8 months ago

Migration from RapidJSON to boost::json .

For various reasons it is desirable to replace the use of the RapidJSON library in the ml-cpp codebase. The boost::json library has been selected as the replacement.

While the work is still not complete, opening this PR as a draft for visibility of the direction and progress.

edsavage commented 7 months ago

buildkite run_qa_tests on linux