You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Using the JSON support from the Qt Framework, this library allows user to define
5
5
1) Introduces the type awareness for the target JSON field. This allows the IDE to autocomplete the fields and their potential methods. Type awareness also prevents potential runtime errors that comes from mistyping or type safety related mistakes.
6
6
2) The object checks for the missing fields from the json data (it can be disabled)
7
7
3) Class interface reduces the verbosity while accessing the desired field
8
-
Documentation can be seen with the following: 
8
+
Documentation can be accessed on docs/html/index.html
0 commit comments