Ignoring a property name within a nested JSON member but not in another nested member if the property name already exists there #1491
-
Apologies if this is obvious but given, for example, the following JSON: {
"member1": {
"prop1": "value1"
},
"member2": {
"prop1": "value2"
}
} How might I scrub "prop1" in "member1" but not in "member2"? |
Beta Was this translation helpful? Give feedback.
Answered by
SimonCropp
Aug 1, 2025
Replies: 1 comment
-
try this
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SimonCropp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
try this