I would like to seek an assistance how can I extract the value USDT on this sample response. Your response is highly appreciated. Currently this is how I extract my USDT using JSON Path tester $..currency[0]. I want to make it flexible without using number instead contains. is there's a way to simulate this? Thank you so much in advance
{
"uid": "123-321",
"period": "25_minutes",
"level": "symbol",
"values": [
1.3211,
1.2212
],
"rank_by": "volume",
"currency": [
"USDT",
"SGD"
],
"measurements": [
0.42,
0.15
],
"num_instruments": 20,
"asset_classes": [
"All"
],
"version": "1.0.0",
"timestamp": "2022-05-30T03:53:09"
}
Sample response I extracted:





