Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have json file which doesnt have a proper json schema format(Can have multiple json formats). I want to check whether there is json key "expected" and it is not null.
If it is not null I want to make it null. Thats only. After making that value null the same json format should be there(same json file with expected set to null)
Is it possible to do such scenario.
Thank you
Hi @Richard Hall
Found the answer. Was able to do it using this process.
Thank you
This is certainly possible, but you may need to write a routine to do this in Java.
Hi @Richard Hall
Found the answer. Was able to do it using this process.
Thank you