📆 Don't miss our Sanity Showcase virtual meetup on March 20th!
@public
type

JSONParser

Import

import {type JSONParser} from 'sanity/migrate'

Signature

type JSONParser<Type> = (line: string) => Type
type JSONParser<Type> = (line: string) => Type
sanity@3.79.0