Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
variable isValidJson
import { isValidJson } from "https://deno.land/x/bid@v1.0.3/core/validation.ts";

JSONデータの中に想定したプロパティのみが入っているか検査する

type

(jsonData: Record<string, string | undefined>[]) => Result<InputUserDictionary[]>