Pleas help, I need a value from a string,:
1. I convert the string with "|" char as delimiter. WORKS!!
2. Then i need to extract the value from json, but fails.
If I have this json or any simple json, can't be processed
[{ "1": "2020-04-02 19:47:05.645 ", "2": " 152.172.210.37 ", "3": " 172.16.39.18 ", "4": " caguilar ", "5": " DISCONNECT" } ]


1. I convert the string with "|" char as delimiter. WORKS!!
2. Then i need to extract the value from json, but fails.
If I have this json or any simple json, can't be processed
[{ "1": "2020-04-02 19:47:05.645 ", "2": " 152.172.210.37 ", "3": " 172.16.39.18 ", "4": " caguilar ", "5": " DISCONNECT" } ]