networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
807 stars 320 forks source link

the errors is garbled characters #1001

Closed LMLGWJ closed 3 months ago

LMLGWJ commented 3 months ago

Set errors = schema.validate(node); the errors is garbled characters [$.total:已找到 null,预计为 integer, $.items:已找到 null,预计为 array]

LMLGWJ commented 3 months ago

upgrade version can solve the issues