Skip to content

Conversation

@mattkjames7
Copy link
Contributor

@mattkjames7 mattkjames7 commented Dec 15, 2025

Release note

Added load_json_str() procedure to the json_util query module.

Related product PRs

PRs from product repo this doc page is related to:

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

@mattkjames7 mattkjames7 added this to the Memgraph 3.8 milestone Dec 15, 2025
@mattkjames7 mattkjames7 self-assigned this Dec 15, 2025
@mattkjames7 mattkjames7 added the feature Documentation related to a new product feature of feature update label Dec 15, 2025
@vercel
Copy link

vercel bot commented Dec 15, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
documentation Ready Ready Preview, Comment Dec 15, 2025 4:07pm

@mattkjames7 mattkjames7 marked this pull request as ready for review December 15, 2025 16:06
github-merge-queue bot pushed a commit to memgraph/mage that referenced this pull request Dec 15, 2025
### 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](https://memgraph.com/docs/memgraph/reference-guide/query-modules)
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
- Added `load_from_str()` function to the `json_util` query module in
order to allow loading JSON directly from a string.
[#530](#530)
- [ ] Link the documentation PR here
    - memgraph/documentation#1491
- [ ] Tag someone from docs team in the comments

Co-authored-by: Dr Matt James <[email protected]>
github-merge-queue bot pushed a commit to memgraph/mage that referenced this pull request Dec 15, 2025
### 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](https://memgraph.com/docs/memgraph/reference-guide/query-modules)
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
- Added `load_from_str()` function to the `json_util` query module in
order to allow loading JSON directly from a string.
[#530](#530)
- [ ] Link the documentation PR here
    - memgraph/documentation#1491
- [ ] Tag someone from docs team in the comments

Co-authored-by: Dr Matt James <[email protected]>
mattkjames7 added a commit to memgraph/mage that referenced this pull request Dec 15, 2025
### 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](https://memgraph.com/docs/memgraph/reference-guide/query-modules)
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
- Added `load_from_str()` function to the `json_util` query module in
order to allow loading JSON directly from a string.
[#530](#530)
- [ ] Link the documentation PR here
    - memgraph/documentation#1491
- [ ] Tag someone from docs team in the comments

Co-authored-by: Dr Matt James <[email protected]>
@matea16 matea16 merged commit dfd9646 into memgraph-3-8 Dec 16, 2025
2 checks passed
@matea16 matea16 deleted the load-json-from-string branch December 16, 2025 09:56
@gitbuda gitbuda mentioned this pull request Jan 31, 2026
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature Documentation related to a new product feature of feature update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants