but i dont know how to get specific itens inside the “0001”, i want to consult with deserialize json but i want this 3 infos in 3 differents variables, is that possible ? in the link, when i call cars, he get all the 3 infos in one string, how to split it
yes, the problem with the first and second solution is that each item will have date, value and document type, but the “0001” will be different, my robot know “0001” number and need to give me the other 3 results, i was able to do then individually using a simple txt like this
{
“0001”:“01/01/2020”,
“0002”:“02/02/2020”
}
than the robot input the 0001 and output the date.
but i will have to do 3 differents txt and select the same token 3 times to do than, im trying to get all the info into one code
dont know if you get what i need, im using google translator here