Options
All
  • Public
  • Public/Protected
  • All
Menu

dotup-ts-json-serializer

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

Generated using TypeDoc