CUBRID Engine
latest
|
#include "db_json_types_internal.hpp"
Go to the source code of this file.
Functions | |
JSON_VALUE & | db_json_doc_to_value (JSON_DOC &doc) |
const JSON_VALUE & | db_json_doc_to_value (const JSON_DOC &doc) |
JSON_VALUE& db_json_doc_to_value | ( | JSON_DOC & | doc | ) |
Definition at line 37 of file db_json_types_internal.cpp.
Referenced by db_json_deserialize(), db_json_get_type_as_str(), db_json_merge_patch_func(), db_json_merge_preserve_func(), JSON_PATH::extract(), JSON_PATH::get(), JSON_PATH::set(), and JSON_WALKER::WalkDocument().
const JSON_VALUE& db_json_doc_to_value | ( | const JSON_DOC & | doc | ) |
Definition at line 43 of file db_json_types_internal.cpp.