Add alternative iterator implementation

This commit is contained in:
Keith Derrick
2012-04-12 09:54:21 -07:00
parent 6917586acf
commit bcfd1f57ac
3 changed files with 425 additions and 0 deletions

2
json.h
View File

@@ -3,6 +3,7 @@
*
* Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
* Michael Clark <michael@metaparadigm.com>
* Copyright (c) 2009 Hewlett-Packard Development Company, L.P.
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
@@ -23,6 +24,7 @@ extern "C" {
#include "json_util.h"
#include "json_object.h"
#include "json_tokener.h"
#include "json_object_iterator.h"
#ifdef __cplusplus
}