Skip to content

Commit c32c808

Browse files
authored
New nodes: 'Format JSON', 'Query JSON', and 'Query JSON All', replacing the 'JSON Get' node (#4044)
* New nodes: 'Format JSON', 'Query JSON', and 'Query JSON All', replacing the 'JSON Get' node * Fix bugs
1 parent 6c0af72 commit c32c808

4 files changed

Lines changed: 457 additions & 43 deletions

File tree

editor/src/messages/portfolio/document_migration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ const NODE_REPLACEMENTS: &[NodeReplacement<'static>] = &[
677677
aliases: &["graphene_core::logic::ToStringNode"],
678678
},
679679
NodeReplacement {
680-
node: graphene_std::text_nodes::json_get::IDENTIFIER,
681-
aliases: &["graphene_core::logic::JsonGetNode"],
680+
node: graphene_std::text_nodes::json::query_json::IDENTIFIER,
681+
aliases: &["graphene_core::logic::JsonGetNode", "graphene_std::text_nodes::JsonGetNode"],
682682
},
683683
NodeReplacement {
684684
node: graphene_std::text_nodes::serialize::IDENTIFIER,

0 commit comments

Comments
 (0)