You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json.h 573 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * $Id: json.h,v 1.6 2006/01/26 02:16:28 mclark Exp $
  3. *
  4. * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
  5. * Michael Clark <michael@metaparadigm.com>
  6. *
  7. * This library is free software; you can redistribute it and/or modify
  8. * it under the terms of the MIT license. See COPYING for details.
  9. *
  10. */
  11. #ifndef _json_h_
  12. #define _json_h_
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif
  16. #include "bits.h"
  17. #include "debug.h"
  18. #include "linkhash.h"
  19. #include "arraylist.h"
  20. #include "json_util.h"
  21. #include "json_object.h"
  22. #include "json_tokener.h"
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26. #endif

No Description

Contributors (1)