Skip to content

Commit 8551ef8

Browse files
author
Robert Anderson
committed
Re-wiring Json object to be a Newtonsoft Json object.
1 parent ca27ec9 commit 8551ef8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/GraphODataTemplateWriter/CodeHelpers/CSharp/TypeHelperCSharp.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ public static string GetTypeString(this string type)
133133
return "bool";
134134
case "date":
135135
return "Date";
136+
case "json":
137+
return "Newtonsoft.Json.Linq.JObject";
136138
default:
137139
return type.ToCheckedCase();
138140
}

0 commit comments

Comments
 (0)