aboutsummaryrefslogtreecommitdiff
path: root/tests/json-loader.c
Commit message (Collapse)AuthorAgeFilesLines
* Making it so that the JSON handler can handle an array of bytes to specify ↵Ted Gould2012-03-271-3/+21
| | | | images
* If we see the 'icon-data' we undo a base64 string and make it a binaryTed Gould2012-01-261-2/+11
|
* Adding a way for the node2variant to know the name of what it's parsingTed Gould2012-01-261-5/+5
|
* Don't unref the variant as we don't really have a ref to it, it's still floatingTed Gould2011-02-151-1/+0
|
* Making the ints from the JSON file int32sTed Gould2010-12-011-1/+1
|
* Convert json loader to using variantsTed Gould2010-11-231-50/+57
|
* Taking out the dbus-glib specialized types for nowTed Gould2010-11-161-49/+2
|
* Forgot copyright headersTed Gould2010-06-281-0/+20
|
* Look at all the values instead of just the first.Ted Gould2010-06-281-1/+1
|
* Okay, now we've got some basic code for dealing with value arraysTed Gould2010-06-281-0/+31
|
* Okay, so now we're handling the complex areas.Ted Gould2010-06-281-3/+26
|
* Turn objects into hashmapsTed Gould2010-06-281-1/+32
|
* Restructuring a bit to make it more reusable.Ted Gould2010-06-281-13/+24
|
* Make the code behave exactly the same but with a function call in the middle.Ted Gould2010-06-281-5/+20
|
* Moving the JSON parsing code into the library.Ted Gould2010-06-281-1/+86
|
* Adding a new testing lib.Ted Gould2010-06-281-0/+4