0.0.4 • Published 5 years ago

dotup-ts-json-serializer v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Build Status

dotup-ts-json-serializer

USAGE

Typescript:

  const jm = new JsonManager();
  const p1 = new Player('Player 1');
  const p2 = new Player('Player 2');

  const playerList = [p1, p2];
  const toJson = jm.SerializeReplaced(playerList);
  const playerListFromJson = jm.Parse(toJson);

Docs:

https://dotupnet.github.io/dotup-ts-json-serializer/index.html

repository:

https://github.com/dotupNET/dotup-ts-json-serializer