JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions | Protected Attributes
RJAttributeTest Class Reference
Inheritance diagram for RJAttributeTest:
[legend]
Collaboration diagram for RJAttributeTest:
[legend]

Public Member Functions

std::set< std::string > getAttributes (std::string &doc)
 

Protected Attributes

std::vector< std::string > testJSON
 

Member Function Documentation

◆ getAttributes()

std::set<std::string> RJAttributeTest::getAttributes ( std::string &  doc)
inline
Here is the call graph for this function:

Field Documentation

◆ testJSON

std::vector<std::string> RJAttributeTest::testJSON
protected
Initial value:
{
R"!({"menu":{"id":"file","value":"File","popup":{"menuitem":[{"value":"New","onclick":"CreateNewDoc()"},{"value":"Open","onclick":"OpenDoc()"},{"value":"Close","onclick":"CloseDoc()"}]}}})!",
R"!({"header":"SVG Viewer","items":[1,"string",{"id":"Open"},true,{"id":"OpenNew","label":"Open New"}],"test":1,"nested":{"items":[1,"string",{"id":"Open"},true,{"id":"OpenNew","label":"Open New"}]},"unnested":true})!",
R"!([[[],[]],[[]],[]])!",
R"!([[[],1,2.5,[{"key":"value"}],null,-10,"string"],[[]],[{"key":"value"}]])!"}

The documentation for this class was generated from the following file: