Skip to content

Releases: sleeuwen/dotnet-json

v0.4.1

23 Oct 05:45

Choose a tag to compare

Allow roll forward of .net core versions

v0.4.0

16 Oct 18:14

Choose a tag to compare

  • Add new command dotnet json get to read a specific key from a file
  • Fix bug with not truncating the file before writing to it
  • Fix bug where it would not allow to use a non-existing file as output

v0.3.0

10 Oct 17:05

Choose a tag to compare

  • Refactor all commands to use a shared implementation
  • Add dotnet json remove command to remove a key from the json

v0.2.0

10 Oct 17:05
002f867

Choose a tag to compare

  • Update tool name to dotnet-json and also allow dotnet json
  • Add -o/--output option to merge command to allow output the result to a different file
  • Fix set command for arrays

Version 0.1.0

30 Sep 18:33

Choose a tag to compare

Version 0.1.0

  • Add merge command
  • Add set command