28.02.2023, 10:07
Looks like a part of a JSON string. Have you copied it completely?
The correct way is to parse the JSON but it is also possible to get the volume value from the output like this:
The correct way is to parse the JSON but it is also possible to get the volume value from the output like this:
Code:
volume = resp:match('"volume":(%d+)')
log(volume)