试图从NJsonSchema ValidationErrors中检索LineNumber信息



我需要做一些json模式验证,我使用NJsonSchema,因为我无法获得json的许可证。网络模式。是否有一种方法来获取LineNumber信息的ValidationErrors?

看起来只有

属性可用
    //
    // Summary:
    //     Gets the error kind.
    public ValidationErrorKind Kind { get; }
    //
    // Summary:
    //     Gets the property path.
    public string Path { get; }
    //
    // Summary:
    //     Gets the property name.
    public string Property { get; }

请更新http://NJsonSchema.org,此功能现已实现…

相关内容

  • 没有找到相关文章

最新更新