marble
#include <jsonparser.h>
Public Attributes | |
QString | location |
QString | text |
QString | user |
Detailed Description
This is a generic class built up for parsing Json that is JavaScript Object Notification FIXME: the class presently has no sanity checking mechanism, it just can't check whether the input given to it is only JSON or Javascript ; a point of potential breach for the software.
sanity checking would include : (1)regex matching for following characters "" {} , [a-zA-Z] everything else should be discarded (but some unicode names could pose problem) (2)checking for javascript constructs and eliminating them. (3)some other plan that i have yet not thought upon :)
Definition at line 29 of file twitter/jsonparser.h.
Member Data Documentation
QString twitterDataStructure::location |
Definition at line 33 of file twitter/jsonparser.h.
QString twitterDataStructure::text |
Definition at line 34 of file twitter/jsonparser.h.
QString twitterDataStructure::user |
Definition at line 32 of file twitter/jsonparser.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.