import { isValidJson } from "https://deno.land/x/bid@v1.0.3/core/validation.ts";
JSONデータの中に想定したプロパティのみが入っているか検査する
type
(jsonData: Record<string, string | undefined>[]) => Result<InputUserDictionary[]>
import { isValidJson } from "https://deno.land/x/bid@v1.0.3/core/validation.ts";
JSONデータの中に想定したプロパティのみが入っているか検査する