Logo

Programming-Idioms

History of Idiom 91 > diff from v4 to v5

Edit summary for version 5 by :

Version 4

2015-09-24, 12:03:43

Version 5

2015-09-24, 12:19:31

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.