Skip to content

Commit

Permalink
LPS-198995 #sfme only for JSON with cdata-value like this
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 12, 2023
1 parent ff307c2 commit ac40d2f
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 74 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\":[",
" 165,",
" 73",
" ]",
" }",
" "
"{",
" \"xy\":[",
" 165,",
" 73",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -119,15 +117,13 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 648.683349609375,",
" 303.63330078125",
" ],",
" \"terminal\": true",
" }",
" "
"{",
" \"xy\": [",
" 648.683349609375,",
" 303.63330078125",
" ],",
" \"terminal\": true",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -178,14 +174,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 162.70001220703125,",
" 555.2333374023438",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 162.70001220703125,",
" 555.2333374023438",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -347,14 +341,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 163,",
" 229",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 163,",
" 229",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -527,14 +519,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 162.58331298828125,",
" 383.86669921875",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 162.58331298828125,",
" 383.86669921875",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 165,",
" 76",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 165,",
" 76",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -107,15 +105,13 @@
},
{
"#cdata-value": [
"",
" {",
" \"terminal\": true,",
" \"xy\": [",
" 539,",
" 74",
" ]",
" }",
" "
"{",
" \"terminal\": true,",
" \"xy\": [",
" 539,",
" 74",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -162,14 +158,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 164,",
" 533",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 164,",
" 533",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down Expand Up @@ -325,14 +319,12 @@
},
{
"#cdata-value": [
"",
" {",
" \"xy\": [",
" 165,",
" 292",
" ]",
" }",
" "
"{",
" \"xy\": [",
" 165,",
" 292",
" ]",
"}"
],
"#tag-name": "metadata"
},
Expand Down

0 comments on commit ac40d2f

Please sign in to comment.