Function (Path CDEnvC Header / autotree.h)

json_tree

AutoTree json_tree(char *json);

Transfer a JSON string to an AutoTree object

Article - About this type


Parameters

  char *json
    A JSON string, this function only read specified string and allocate the tree in AutoTree memory zone

函数 (属于 CDEnvC拓展 / autotree.h)

json_tree

AutoTree json_tree(char *json);

将一个JSON字符串转换成AutoTree树

关于此类型的介绍文章


参数

  char *json
    一个JSON字符串,此函数仅读取给定的字符串并创建新的内存来存储树