Questions regarding JSON and Regex

  1. 5 years ago

    plug123

    22 Oct 2018 User since 2016

    I have a few questions.

    1. I would like to work with JSON data coming from files or a database. But I can't seem to find functions like JSON.parse or JSON.stringify. Am I missing something?

    2. I also don't see any functions for working with regular expressions. Is this supported?

    3. I would like to use a PickerView with a hard coded list/array. Alternatively data coming from a JSON file. How can I create a DataSet object from such data sources?

    Thank you.

  2. marco

    30 Oct 2018 Administrator User since 2016

    Hi @plug123,
    regex are not yet supported but we'll be in the next release.

    We built DataSet based on dynamic values that come from network or databases we need to extend that code to static DataSet too (like you requested on point 1 and 3). We'll do our best in order to bring that functionalities in the next version.

    Please note that even in the current version, if you double click on a PickerView you'll be able to setup a hard coded list.

  3. plug123

    30 Oct 2018 User since 2016

    Thank you Marco.

    You missed one question regarding the JSON functions. Will that also be in the next version?

  4. marco

    31 Oct 2018 Administrator User since 2016

    @plug123 yes sure.

or Sign Up to reply!