elastic / ml-cpp

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

[8.13][ML] Escape special characters in keys as well as string values #2632

Closed edsavage closed 6 months ago

edsavage commented 6 months ago

Use json::serialize to perform escaping of special characters.

Backports #2631