Home | History | Annotate | Download | only in json

Lines Matching full:froot

24     , fRoot(Json::objectValue)
27 fRoot[SKJSONCANVAS_VERSION] = Json::Value(1);
31 fRoot[SKJSONCANVAS_COMMANDS] = fCommands;
32 fOut.writeText(Json::FastWriter().write(fRoot).c_str());