文件名称:json-kotlin-schema:JSON Schema的Kotlin实现
文件大小:424KB
文件格式:ZIP
更新时间:2024-05-12 15:09:06
Kotlin
json-kotlin-schema JSON Schema的Kotlin实现 快速开始 给定以下架构文件(摘自的): { " $schema " : " http://json-schema.org/draft/2019-09/schema " , " $id " : " http://pwall.net/test " , " title " : " Product " , " type " : " object " , " required " : [ " id " , " name " , " price " ], " properties " : { " id " : { " type " : " number " , " description " : " Product identifier " },