diff options
Diffstat (limited to 'source/core/StarJson.hpp')
-rw-r--r-- | source/core/StarJson.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/StarJson.hpp b/source/core/StarJson.hpp index a533e47..b58b9a0 100644 --- a/source/core/StarJson.hpp +++ b/source/core/StarJson.hpp @@ -51,6 +51,9 @@ public: // Parses JSON or JSON sub-type static Json parse(String const& string); + // Parses JSON sequence + static Json parseSequence(String const& sequence); + // Parses JSON object or array only (the only top level types allowed by // JSON) static Json parseJson(String const& json); |