@Paradox рад что кто то пользуется )
JSON
-
@Oyasumi-Punpun said in JSON:
@zaifat а для чего она вам? Укажите, пожалуйста, где конкретно ссылка на гит, я уберу.
В шапке
-
This post is deleted!
-
@Fox @Oyasumi-Punpun @UserTrue
Hi, Can I filter JSON data using value? I want to do it using JSON module. Please See below-
$.included.actor.name[?(@.text=="Mark Brockelman")]What's the format for using Variable on JSON Qurey?
-
@khalid_alsaba something like this:
$.included.actor.name[?(@.text == VAR_YOUR_VARIABLE)]If you show me a JSON example, I can create a test script.
-

[788023145] [14:43:26] Thread #1 : SyntaxError: Unable to parse JSON string
all option in json module i am getting syntext error for this type of json i think its due to double json line 1 and line 2 or anyone can tell me how to solve it
-
@devrahul63 said in JSON:
all option in json module i am getting syntext error for this type of json i think its due to double json line 1 and line 2 or anyone can tell me how to solve it
You specify 2 json strings, which causes an error. The solution to this problem lies on the surface