JSON Formatting

  1. 5 years ago

    alanstones

    22 Jun 2018 User since 2018

    I'm looking at using a Google Spreadsheet to store data + allow easy updating. I can get the data form the spreadsheet in JSON but it seems like it needs a lot of formatting before I can get the data into a table. Any ideas how to do this? Thx

  2. marco

    22 Jun 2018 Administrator User since 2016

    Hi @alanstones is there a REST API available for Google Spreadsheet? (I checked and it seems to be supported: https://developers.google.com/sheets/api/reference/rest/ ).

    So you do not need to implement anything on your side, just connect the API and bind data to a table.
    The procedure should be similar to the one used in the Spotify tutorial.

  3. alanstones

    22 Jun 2018 User since 2018

    Thanks - that's a great help. Have it up and running now.

  4. marco

    22 Jun 2018 Administrator User since 2016

    @alanstones cool!

or Sign Up to reply!