-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a developer using JSON Utils
I need to be able to convert a JSON Path between usage for json_object_t and JSON data types
because
- some tasks are easier with
json_object_t - some tasks are easier with
JSON JSONonly supports valid SQL names for JSON Path (needs"some-path")
=json_object_tdoes not (needssome-path)
Results
JSON_Path_utils.add_double_quotes_to_pathis created and worksJSON_Path_utils.remove-double_quotes_from_pathis created and works- UT updated (or created
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request