-
Notifications
You must be signed in to change notification settings - Fork 4
gian/SML-JSON
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NOTE: This has been forked to the 'standardml' repository. Use the version at https://github.com/standardml/sml-json Or you can retrieve it with smackage using: smack down sml-json Old readme follows: SML-JSON https://github.com/gian/sml-json Gian Perrone <gdpe at itu dot dk> This is a very basic JSON-parsing library for Standard ML. The main use case is to instantiate the JSONParser functor with a structure of callbacks that will be invoked by the parser itself, permitting you to build whatever internal representation of the JSON you wish. Running 'make' at the top level will build a test program - json-test. Running 'make tests' will attempt to run a few tests from the tests directory. To use this in your own programs, you really only need the sml-json.sml file. Comments, suggestions or improvements are welcome.
About
A basic JSON parsing library for SML
Resources
Stars
Watchers
Forks
Packages 0
No packages published