Parse Response Source
-
I am trying to parse something from the sites respone source
I am using LR with the PARSE module.":[],"pending_points":0,"available_points":50,"earned_points":50,"onboarding":{},"userId":"260264409108619577"}
I am trying to parse the available_points and earned_points. However, it says there is nothing to parse/it wasn't found
-
Have you considered using JSON parsing?
-
@Ruri any way to do this? JSON didnt work
-
L: available_points":
R: ,
-
To have json parsing you first need proper json. You should consider adding something like
{"dummy
at the start so it becomes valid json.