@deja-js/json-object-mapper

v1.4.0
A TypeScript library to serialize and deserialize JSON objects in a fast and non-recursive way
JSON TypeScript JSON Serialize JSON Deserialize JsonProperty DTO Data Transfer Objects

watch-compile

tsc -w -p .

build

tsc -p .

rollup

rollup -c

dist

npm run build && npm run test && npm run rollup && copy package.json dist && npm run generate-dts

generate-dts

dts-generator --name ObjectMapper --project . --out ./dist/ObjectMapper.d.ts

test

jasmine-node bin --verbose --junitreport --noColor

test-karma

karma start ./karma.conf.js

post-install

typings install

lint

tslint --project ./tsconfig.json --type-check
npm i @deja-js/json-object-mapper

Metadata

  • MIT
  • Whatever
  • Team DSI-HUG - Hôpital Univesitaire de Genève - DSI - Domaine Patient
  • released 7/24/2017

Downloads

Maintainers