In PHP, there is the function json_encode which does this.
In the code, it's a one-liner:
Is there a built-in equivalent in Excel VBA? Or do we have to do it manually?PHP Code:
$encoded = json_encode($myobj); //Badabing! And you're done.
In PHP, there is the function json_encode which does this.
In the code, it's a one-liner:
Is there a built-in equivalent in Excel VBA? Or do we have to do it manually?PHP Code:
$encoded = json_encode($myobj); //Badabing! And you're done.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks