Function JSONSingleton.parse

Parses a JSON encoded string and returns a JSONParseResult containing the result.

godot.d.reference.Ref!(godot.jsonparseresult.JSONParseResult) parse (
  const(String) json
) nothrow @nogc;