|
@@ -114,6 +114,7 @@ namespace Framework
|
|
|
__declspec( dllexport ) JSONValue *getValue( Text field );
|
|
|
__declspec( dllexport ) Iterator< Text > getFields();
|
|
|
__declspec( dllexport ) Iterator< JSONValue* > getValues();
|
|
|
+ __declspec( dllexport ) int getFieldCount() const;
|
|
|
|
|
|
__declspec( dllexport ) Text toString() const override;
|
|
|
};
|