Case d'essaie spéciale pour Data JSON
Cette page est une page d'essai afin de valider des cas précis et pour s'assurer que le plugin fonctionne tel que prévu.
Le contenu suivant est seulement disponible en anglais.
Test case for PR 9649
Test demo
This paragraph content was not replaced
Expectation of the preceding demo
Value 2
Source code
JSON content
{
"ref": {
"itm1": "Value 1",
"itm2": "Value 2",
"itm3": "Value 3"
},
"alpha": "itm2"
}
JSON manager configuration
{
"name": "swapEx",
"url": "demo/test-case.json",
"patches": [
{ "op": "wb-swap", "path": "/alpha", "ref": "/ref" }
]
}
Data JSON configuration
{
"url": "#[swapEx]/alpha",
"mapping": [
{
"selector": "p"
}
]
}
- Date de modification :