How to Load ( fill) array from a Json File in construct 3

7

Attached Files

The following files have been attached to this tutorial:

.c3p

load-array-json.c3p

Download now 50.42 KB

Stats

4,463 visits, 6,431 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hello All ,

In this tutorial you will learn how to fill your array from a json file in the construct 3 files

The tutorial is fully commented in the attached file

All my tutorials Here

construct.net/en/tutorials/construct-tutorials-2525

.C3P

load-array-json.c3p

Download now 50.42 KB
  • 1 Comments

  • Order by
Want to leave a comment? Login or Register an account!
  • Hi... can you tell me how can i read this json info to get in in an array?

    {

    "lastUpdateId": 592561749532,

    "E": 1626660385862,

    "T": 1626660385852,

    "bids": [ [ "16.69200", "123" ],

    [ "16.69100", "82" ]

    }

    I need only the content of bids...