forked from loafle/openapi-generator-original
* Fixed a couple of problems with current implementation. 1) When encoding non-String header values, the client will forwar to parameterToString() for encoding. 2) fromJson() now accepts a dynamic value since the type transformer accepts a dynamic value. * Updated Pet Store files. * Proper spacing between blocks. * Adjust spacing. * Make fromJson() as a static function, thus not instantiating a new object if JSON is null. * Adjust doc for fromJson() function.