Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhang95 committed Dec 11, 2023
1 parent dd2b3b2 commit cce6a9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions zeno/src/nodes/JsonProcess.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ ZENDEFNODE(JsonGetChild, {
},
{},
{
"json"
"deprecated"
},
});
struct JsonGetInt : zeno::INode {
Expand All @@ -162,7 +162,7 @@ ZENDEFNODE(JsonGetInt, {
},
{},
{
"json"
"deprecated"
},
});

Expand All @@ -181,7 +181,7 @@ ZENDEFNODE(JsonGetFloat, {
},
{},
{
"json"
"deprecated"
},
});

Expand All @@ -200,7 +200,7 @@ ZENDEFNODE(JsonGetString, {
},
{},
{
"json"
"deprecated"
},
});
struct JsonGetTypeName : zeno::INode {
Expand All @@ -218,7 +218,7 @@ ZENDEFNODE(JsonGetTypeName, {
},
{},
{
"json"
"deprecated"
},
});

Expand Down Expand Up @@ -273,7 +273,7 @@ ZENDEFNODE(JsonData, {
},
{},
{
"json"
"deprecated"
},
});

Expand Down

0 comments on commit cce6a9c

Please sign in to comment.