Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Parsing JSON in QML
Forum Updated to NodeBB v4.3 + New Features

Parsing JSON in QML

Scheduled Pinned Locked Moved Solved QML and Qt Quick
jsonjson parserparsing
3 Posts 2 Posters 2.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Stefan Monov76
    wrote on 27 Jan 2017, 18:11 last edited by
    #1

    The relevant Qt doc should be this. But it makes no mention of QML. Yet on many places on the net I find usage of functions like JSON.parse in QML JS. Is there a JSON object/type and where can I read about it?

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on 27 Jan 2017, 18:23 last edited by
      #2

      Hi! JSON.parse() is part of ECMAScript v5. You can read about the JSON object here, and about its parse function here.

      S 1 Reply Last reply 27 Jan 2017, 18:55
      3
      • ? A Former User
        27 Jan 2017, 18:23

        Hi! JSON.parse() is part of ECMAScript v5. You can read about the JSON object here, and about its parse function here.

        S Offline
        S Offline
        Stefan Monov76
        wrote on 27 Jan 2017, 18:55 last edited by
        #3

        @Wieland: Thanks!

        1 Reply Last reply
        0

        1/3

        27 Jan 2017, 18:11

        • Login

        • Login or register to search.
        1 out of 3
        • First post
          1/3
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved