elastic / ml-cpp

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

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

Closed edsavage closed 6 months ago

edsavage commented 7 months ago

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

Closes #2626