zigorou / perl-JSV

JSON Schema implementation for Perl
Other
25 stars 17 forks source link

Use canonical option on evaluate unique items #41

Closed ar-tama closed 8 years ago

ar-tama commented 8 years ago

@zigorou

uniqueItems において、 [{"foo": 1, "bar": 2}, {"foo": 1, "bar": 2}] など複数 key のある hash が (Perl 内部で順序が保持されないために)別の json string として判定されてしまう問題を解消しました。