For SaxonCS, shouldn't the method names on JsonBuilder not start with a capital letter, to follow .NET conventions, and in line with the other APIs in SaxonCS?
Replies (1)
Please register to reply
Added by Martin Honnen about 3 years ago
While trying to use JsonBuilder with SaxonCS, I found that the method exposed there is called parseJson
https://www.saxonica.com/html/documentation11/dotnetdoc/Saxon/Api/JsonBuilder.html https://www.saxonica.com/html/documentation11/dotnetdoc/Saxon/Api/JsonBuilder.html#parseJson(TextReader), that surprises me as it breaks with .NET conventions and the rest of the .NET APIs where method names usually start with an upper case letter (e.g. ParseJson
) and not with a lower-case one.
Thanks for spotting this oversight. I'll add synonyms and mark the lower-case versions as Obsolete.
Please register to reply