Logo

Programming-Idioms

History of Idiom 91 > diff from v16 to v17

Edit summary for version 17 by :
New Ruby implementation by user [mg]

Version 16

2016-02-16, 19:46:02

Version 17

2016-02-18, 16:58:02

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.