Skip to content

Add/remove double quotes in path #6

Description

@MikeKutz

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
  • JSON only supports valid SQL names for JSON Path (needs "some-path")
    = json_object_t does not (needs some-path )

Results

  • JSON_Path_utils.add_double_quotes_to_path is created and works
  • JSON_Path_utils.remove-double_quotes_from_path is created and works
  • UT updated (or created

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions