json: some renames
We are planning to link json_path_node objects in a tree and attach some extra information to them so that they could be used to describe a json document structure. Let's rename it to json_token as it sounds more appropriate for the purpose. Also, rename json_path_parser to json_lexer as it isn't a parser, really, it's rather a tokenizer or lexer. Besides, the new name is shorter. Needed for #1012
Showing
- src/box/lua/tuple.c 1 addition, 1 deletionsrc/box/lua/tuple.c
- src/box/tuple_format.c 27 additions, 26 deletionssrc/box/tuple_format.c
- src/lib/json/CMakeLists.txt 1 addition, 1 deletionsrc/lib/json/CMakeLists.txt
- src/lib/json/json.c 76 additions, 77 deletionssrc/lib/json/json.c
- src/lib/json/json.h 27 additions, 28 deletionssrc/lib/json/json.h
- test/unit/json_path.c 28 additions, 28 deletionstest/unit/json_path.c
Loading
Please register or sign in to comment