Skip to content

Commit

Permalink
Refactor custom functions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Dec 9, 2024
1 parent b36be59 commit ec322ed
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion examples/src/jmespath_customer_functions_examples.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace myspace
#define json_const_pointer_arg jsoncons::json_const_pointer_arg

using function_base = jsoncons::jmespath::detail::jmespath_evaluator<Json, JsonReference>::function_base;
using dynamic_resources = jsoncons::jmespath::dynamic_resources<Json, JsonReference>;
using dynamic_resources = jsoncons::jmespath::dynamic_resources<Json>;
using static_resources = jsoncons::jmespath::detail::jmespath_evaluator<Json, JsonReference>::static_resources;
using parameter = jsoncons::jmespath::parameter<Json>;
using string_type = jsoncons::jmespath::detail::jmespath_evaluator<Json, JsonReference>::string_type;
Expand Down
Loading

0 comments on commit ec322ed

Please sign in to comment.