thiru-mg commented on code in PR #3308:
URL: https://github.com/apache/avro/pull/3308#discussion_r1948971133
##########
lang/c++/impl/json/JsonDom.cc:
##########
@@ -177,5 +177,22 @@ std::string Entity::toString() const {
return result;
}
+std::string Entity::to_string() const {
Review Comment:
@mmalhotra
Thanks for the response.
I'm not sure if camelCase is strictly followed. If if there were exceptions,
it is better not to follow such an example. `toLiteralString` or simply
`toLiteral` will be fine with me.
--
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]