Thread Rating:
  • 615 Vote(s) - 2.78 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Source code for COM.CURL.IO.JSON
07-01-2011, 09:56 AM, (This post was last modified: 07-01-2011, 11:28 AM by ashimo.)
#1
Source code for COM.CURL.IO.JSON
There was a support request for JSON support for Curl 5.0 applets. The source code for the JSON package is attached.

Here is a trivial applet that uses the package:

Code:
{curl 5.0 applet}
{curl-file-attributes character-encoding = windows-latin-1}
{applet ||manifest = manifest.mcurl,
    {compiler-directives
        allow-import-locations? = true,
        careful? = true
    }
}

{import * from COM.CURL.IO.JSON,
    location = json-src/load-json.scurl
}

{let x:JsonObject = {JsonObject a, 33}}

{value x[a]}

com-curl-io-json.zip


Possibly Related Threads...
Thread Author Replies Views Last Post
  TreeControl with Draggable Nodes and Json Data ashimo 0 4,799 07-01-2011, 10:05 AM
Last Post: ashimo
  Curl Version 7 Sample Application: Sales Dashboard ashimo 0 6,004 07-01-2011, 10:00 AM
Last Post: ashimo
  Curl Version 7 Sample Application: Timeline Viewer ashimo 0 5,191 07-01-2011, 09:59 AM
Last Post: ashimo
  Curl Version 7 Sample Application: Curl eyeDecide ashimo 0 5,288 07-01-2011, 09:58 AM
Last Post: ashimo
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('89')