Function parse

#include <matjson.hpp>geode::Result<matjson::Value,matjson::ParseError>parse(,)

Parses non standard JSON from an input stream

Parameters

source

Stream to parse

opts

Non standard parsing options
Return value
The parsed JSON value or an error

ℹ Shorthand for Value::parse

Examples0