comparison Core/Lua/LuaContext.h @ 1658:54bafe0e7e7b

Optional argument "keepStrings" in "DumpJson()"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Sep 2015 09:44:38 +0200
parents d7e569640d09
children b1291df2f780
comparison
equal deleted inserted replaced
1657:5360cdba70d8 1658:54bafe0e7e7b
70 70
71 void ExecuteInternal(std::string* output, 71 void ExecuteInternal(std::string* output,
72 const std::string& command); 72 const std::string& command);
73 73
74 void GetJson(Json::Value& result, 74 void GetJson(Json::Value& result,
75 int top); 75 int top,
76 bool keepStrings);
76 77
77 public: 78 public:
78 LuaContext(); 79 LuaContext();
79 80
80 ~LuaContext(); 81 ~LuaContext();