• Resolved Fred

    (@bitcoinlister)


    I have a JSON like the following:

    {“cap24hrChange”:-9.3,”long”:”Verge”,”mktcap”:123123,”currency”:true},
    {“cap24hrChange”:-1.3,”long”:”Bitcoin”,”mktcap”:27,”currency”:true},
    {“cap24hrChange”:-9.3,”long”:”Litecoin”,”mktcap”:312312,”currency”:true}

    What is the template to use in order to get “mktcap” value of long=Bitcoin row only?

    I just need to print 27 by parsing that JSON.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Template to get data from specific line’ is closed to new replies.