Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Buffer toJson method is being renamed to toJsonValue since toJson…
… is actually used by data object as a convention to convert a data object to a json value. Actually toJson should return a base64 representation of the Buffer instead of parsing the content and provide an appropriate JSON value mapping. Deprecate Buffer toJson in favor of toJsonValue.
- Loading branch information