mage icon indicating copy to clipboard operation
mage copied to clipboard

json_util: Add support for loading from a string

Open pmundt opened this issue 1 year ago • 2 comments

Description

Extended the json_util query module to support loading from a passed in JSON string. This can be helpful in cases where a client wishes to e.g. create node properties dynamically from an existing JSON representation via client APIs.

Pull request type

  • [ ] Bugfix
  • [x] Algorithm/Module
  • [x] Feature
  • [ ] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes
  • [ ] Other (please describe):

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

  • [ ] Core algorithm/module implementation
  • [ ] Query module implementation
  • [ ] Tests provided (unit / e2e)
  • [ ] Code documentation
  • [ ] README short description

Documentation checklist

  • [ ] Add the documentation label tag
  • [ ] Add the bug / feature label tag
  • [ ] Add the milestone for which this feature is intended
    • If not known, set for a later milestone
  • [ ] Write a release note, including added/changed clauses
    • [Release note text]
  • [ ] Link the documentation PR here
    • [Documentation PR link]
  • [ ] Tag someone from docs team in the comments

pmundt avatar Dec 12 '24 01:12 pmundt

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 05 '25 10:03 CLAassistant