i am trying to get correct json in string.
For example its my value:
ANDA8r12Sz="{T:L=w{"here":"is_the_correct_json"}]pw&{{e5QVf5-S@,t>$U
I had tried to use: extract-json-from-string npm package, but it doesnt works as expected.
Expected result:
{"here":"is_the_correct_json"}