00001 // Copyright (c) 2014 Yasser Asmi 00002 // Released under the MIT License (http://opensource.org/licenses/MIT) 00003 00004 #ifndef _JVAR_H 00005 #define _JVAR_H 00006 00007 #include "util.h" 00008 #include "str.h" 00009 #include "var.h" 00010 #include "arr.h" 00011 #include "json.h" 00012 00013 #endif // _JVAR_H