Logo

Programming-Idioms

History of Idiom 91 > diff from v13 to v14

Edit summary for version 14 by :

Version 13

2015-11-30, 12:37:31

Version 14

2015-12-28, 20:29:16

Idiom #91 Load JSON file into struct

Read from file data.json and write its content into object x.
Assume the JSON data is suitable for the type of x.

Idiom #91 Load JSON file into struct

Read from file data.json and write its content into object x.
Assume the JSON data is suitable for the type of x.