Skip to content

Commit

Permalink
wip 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jj22ee committed May 6, 2024
1 parent 7c1b9c4 commit 987d637
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/IJsonWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System.Collections.Specialized;


namespace LitJson
Namespace ThirdParty.LitJson
{
public enum JsonType
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System.IO;


namespace LitJson
Namespace ThirdParty.LitJson
{
public class JsonData : IJsonWrapper, IEquatable<JsonData>
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
using System;


namespace LitJson
Namespace ThirdParty.LitJson
{
public class JsonException :
#if NETSTANDARD1_5
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using System.Reflection;


namespace LitJson
Namespace ThirdParty.LitJson
{
internal struct PropertyMetadata
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonMockWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System.Collections.Specialized;


namespace LitJson
Namespace ThirdParty.LitJson
{
public class JsonMockWrapper : IJsonWrapper
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using System.Text;


namespace LitJson
Namespace ThirdParty.LitJson
{
public enum JsonToken
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/JsonWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using System.Text;


namespace LitJson
Namespace ThirdParty.LitJson
{
internal enum Condition
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/Lexer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using System.Text;


namespace LitJson
Namespace ThirdParty.LitJson
{
internal class FsmContext
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/src/Core/ThirdParty/LitJson/ParserToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#endregion


namespace LitJson
Namespace ThirdParty.LitJson
{
internal enum ParserToken
{
Expand Down

0 comments on commit 987d637

Please sign in to comment.