aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/json
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-12 17:24:48 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-12 17:32:04 -0700
commit25082c5fc47d0b337657476a0fa7ce989b9712ef (patch)
treecee9962e66cf34696d9b9b004c75c83e0d9a7131 /src/core/lib/json
parent018498a06be9188bda95b5753e2aa93db2b5a28f (diff)
Reviewer feedback
Diffstat (limited to 'src/core/lib/json')
-rw-r--r--src/core/lib/json/json.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/json/json.h b/src/core/lib/json/json.h
index 8742774b5f..8173845c72 100644
--- a/src/core/lib/json/json.h
+++ b/src/core/lib/json/json.h
@@ -91,7 +91,8 @@ grpc_json* grpc_json_create_child(grpc_json* sibling, grpc_json* parent,
const char* key, const char* value,
grpc_json_type type, bool owns_value);
-/* TODO */
+/* Creates a child json string object from the integer num, then links the
+ json object into the parent's json tree */
grpc_json* grpc_json_add_number_string_child(grpc_json* parent, grpc_json* it,
const char* name, int64_t num);