How to capture a specific one?
-
Hello guys, there are 3 values of the key that I'm looking for, so how to capture a specific one? for example I want to capture the second value, any help is very appreciated and thanks in advance
-
@test_it
Use this guide should be the best way since your source is JSON --> https://forum.openbullet.dev/topic/37/parsing-complex-json-using-jtokens/6
or use recursive and then filtering it out
-
@Br4uN Thanks for that friend