Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kcris authored Sep 7, 2018
1 parent 093404f commit e19e47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ If a well known, fixed json format is used (taken from a json sample), direct ma
* each json object in our sample becomes a c++ class, each json property of such an object becomes a c++ class member
* generated code still relies on a third party json parser library, currently [cpprest](https://github.com/Microsoft/cpprestsdk)
* json arrays must be homogeneous (all elements must have same 'type')
* the original script is available [here](https://gist.github.com/soharu/5083914). (no subobjects supported)
* the original script is available [here](https://gist.github.com/soharu/5083914) (no subobjects supported)

0 comments on commit e19e47c

Please sign in to comment.