タグ

ブックマーク / github.com/yusufnb (1)

  • GitHub - yusufnb/verify-json: verify-json

    const { verify } = require("verify-json"); let json = { markers: [ { stars: 5, name: 'Rixos The Palm Dubai', location: [25.1212, 55.1535], favorite: true, color: 'red', }, { stars: 4, name: 'Shangri-La Hotel', location: [25.2084, 55.2719], color: 'blue', }, ], }; // <key>:<validator> // <key>:?<validator> - uses ? for optional // <key> - required non null attribute of any type // Skip all the quot

    GitHub - yusufnb/verify-json: verify-json
    efcl
    efcl 2020/04/19
    JSONバリデーションライブラリ。 スキーマを定義してJSONオブジェクトをバリデーションできる
  • 1