Hello Guys i want to get just two value from a big json array using regular expression. E.g: i have this json array
'{"data":"1233","image":"dsfsdfsdfds"."text":"hello world"."name": "java"}'
'{"data":"1233df","image":"dsfsdfsdfsdfds"."text":"hello world"."name": "c#"}'
'{"data":"1233sds","image":"dsfsdferesdfds"."text":"hello world"."name": "python"}'
'{"data":"1sd233","image":"dsfsdfsdfrdfds"."text":"hello world"."name": "c++"}'
I want to get text and name value from this array using regular expression