File: json.h

package info (click to toggle)
libjsoncpp 0.6.0~rc2-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,216 kB
  • sloc: cpp: 5,226; python: 1,259; ansic: 82; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2007-2010 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE

#ifndef JSON_JSON_H_INCLUDED
# define JSON_JSON_H_INCLUDED

# include "autolink.h"
# include "value.h"
# include "reader.h"
# include "writer.h"
# include "features.h"

#endif // JSON_JSON_H_INCLUDED