My question is simple, I have a response from an Api call that return in the format below.
{\"Mnin\":\"12345674\"}
I need to extract just the number from the string above,
that is "12345674"
Note: this number could be longer or shorter Thank you very much