FrendsPlatform / Frends.Json

FRENDS JSON Processing tasks, which allow you to do JSONPath queries, JSON Handlebars transformations, JSON Validation against a JSONSchema and converting various data formats to JSON.
MIT License
7 stars 4 forks source link

Json.Validate returns documentation element is incorrect #17

Open kauppmi opened 2 years ago

kauppmi commented 2 years ago

Line in question describes false return values for the method. Please fix.

https://github.com/FrendsPlatform/Frends.Json/blob/22921aab7c896d01610cf455b815032b75869654/Frends.Json/Json.cs#L71

ljalli commented 1 year ago

Line 71 mentioned above should be /// Object { bool IsValid, List<![CDATA[<string>]]> Errors }