We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04239de commit 4ec1361Copy full SHA for 4ec1361
include/json/thing.h
@@ -56,6 +56,7 @@ namespace Json {
56
template<Integer, Float>
57
class JSON_API Thing {
58
public:
59
+ typedef int ArrayIndex; // Is this best?
60
typedef std::vector<std::string> Members;
61
//typedef ThingIterator iterator;
62
//typedef ThingConstIterator const_iterator;
0 commit comments