Skip to content

Commit

Permalink
Merge pull request #954 from RicoSuter/master
Browse files Browse the repository at this point in the history
Release v9.13.34 (with fix)
  • Loading branch information
RicoSuter committed Apr 19, 2019
2 parents 8459075 + 2146da8 commit 1f5c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NJsonSchema/Infrastructure/JsonSchemaSerialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static T FromJson<T>(string json, IContractResolver contractResolver)
MetadataPropertyHandling = MetadataPropertyHandling.Ignore,
ConstructorHandling = ConstructorHandling.Default,
ReferenceLoopHandling = ReferenceLoopHandling.Serialize,
PreserveReferencesHandling = PreserveReferencesHandling.Objects
PreserveReferencesHandling = PreserveReferencesHandling.None
};

json = JsonSchemaReferenceUtilities.ConvertJsonReferences(json);
Expand Down

0 comments on commit 1f5c905

Please sign in to comment.