You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Jsona, { SwitchCaseModelMapper, SwitchCaseJsonMapper } from 'jsona';
const jsona = new Jsona({
modelPropertiesMapper: new SwitchCaseModelMapper(),
jsonPropertiesMapper: new SwitchCaseJsonMapper()
});
Note, that each Mapper has its own options, like switchChar (by default it '-'), for more details see constructors here
No description provided.
The text was updated successfully, but these errors were encountered: