blueprints: add JSON tag to parse JSON from string (#15235)

This commit is contained in:
Jens L.
2025-06-25 18:19:28 +02:00
committed by GitHub
parent 8210067479
commit 31b72751bc
4 changed files with 23 additions and 1 deletions

View File

@@ -6,13 +6,15 @@
"!Context scalar",
"!Enumerate sequence",
"!Env scalar",
"!Env sequence",
"!Find sequence",
"!Format sequence",
"!If sequence",
"!Index scalar",
"!KeyOf scalar",
"!Value scalar",
"!AtIndex scalar"
"!AtIndex scalar",
"!ParseJSON scalar"
],
"typescript.preferences.importModuleSpecifier": "non-relative",
"typescript.preferences.importModuleSpecifierEnding": "index",