Browse Source

Add license and source information to MiniJSON.cs

pull/925/merge
Siegfried Pammer 8 years ago
parent
commit
43f59b3c4a
  1. 3
      ICSharpCode.Decompiler.Tests/TestCases/Correctness/MiniJSON.cs

3
ICSharpCode.Decompiler.Tests/TestCases/Correctness/MiniJSON.cs

@ -6,6 +6,9 @@ using System.Text; @@ -6,6 +6,9 @@ using System.Text;
namespace ICSharpCode.Decompiler.Tests.TestCases.Correctness
{
// taken from https://github.com/Jackyjjc/MiniJSON.cs
// Copyright (c) 2013 Calvin Rien.
// Licensed under the MIT LICENSE.
public class MiniJSONTest {
public static void Main(string[] args) {
var jsonString = "{ \"array\": [1.44,2,3], " +

Loading…
Cancel
Save