json-mapper icon indicating copy to clipboard operation
json-mapper copied to clipboard

make mapToObject public

Open wencagh opened this issue 1 year ago • 0 comments

It is sometimes useful to have option map StdClass object directly, because it is very often returned from other API clients implementations. It make no sense to encode response from other libraries to json to be decoded in next step in map function to StdClass object back.

wencagh avatar Jun 06 '24 19:06 wencagh