parse static method

Either<ParsingFailure, Json> parse(
  1. String input
)

Implementation

static Either<ParsingFailure, Json> parse(String input) =>
    dawn.Parser.parseFromString(input);