add(codegen): parseJSONText parser
This commit is contained in:
@@ -77,6 +77,7 @@ usort($apis, function($a, $b) {
|
||||
$parsers = array(
|
||||
"uint64" => "parseUInt64",
|
||||
"bool" => "parseBool",
|
||||
"types.JSONText" => "parseJSONText",
|
||||
);
|
||||
|
||||
foreach ($generators as $generator) {
|
||||
|
||||
Reference in New Issue
Block a user