MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / fromJson

Method fromJson

source/json_tool/json_tool.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14String GenericInputFormat::fromJson(FormattedJson const& json) const {
15 return json.repr();
16}
17
18FormattedJson GenericInputFormat::getDefault() const {
19 return FormattedJson::ofType(Json::Type::Null);

Callers 1

updateValueEditorMethod · 0.45

Calls 6

toArrayMethod · 0.80
reprMethod · 0.45
transformedMethod · 0.45
toJsonMethod · 0.45
joinMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected