OriginC OC JSON add Tree support


Version: 2019

Type: Features

Category: Programming

Subcategory: Origin C

Jira: ORG-18707


Improved OC function JSON::FromString to support converting JSON string to oc tree, and added a following OC function to get tree vector:

BOOL TreeToVector(TreeNode& tree, vectorbase& vv, LPCSTR lpcszTagName = NULL)