在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 智能仓库管理系统C#上位机

智能仓库管理系统C#上位机

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:27.08M
  • 下载次数:58
  • 浏览次数:304
  • 发布时间:2021-02-02
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
智能仓库管理系统C#上位机
【实例截图】
【核心代码】
597065f8-f21c-491f-bca3-66ee80dfb2ba
└── test01
├── Json100r1
│   ├── Bin
│   │   ├── net20
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── net35
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── net40
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── net45
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── netstandard1.0
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── netstandard1.3
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   └── portable-net45+win8+wpa81+wp8
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.pdb
│   │   └── Newtonsoft.Json.xml
│   ├── license.txt
│   ├── readme.txt
│   └── Source
│   ├── Build
│   │   ├── build.ps1
│   │   ├── install.ps1
│   │   ├── Newtonsoft.Json.nuspec
│   │   ├── runbuild.cmd
│   │   └── runbuild.ps1
│   ├── Doc
│   │   ├── ConditionalProperties.aml
│   │   ├── ContractResolver.aml
│   │   ├── ConvertingJSONandXML.aml
│   │   ├── CreatingLINQtoJSON.aml
│   │   ├── cross.png
│   │   ├── CustomCreationConverter.aml
│   │   ├── DatesInJSON.aml
│   │   ├── doc.content
│   │   ├── doc.shfbproj
│   │   ├── donate.gif
│   │   ├── icons
│   │   │   ├── favicon.ico
│   │   │   └── logo.jpg
│   │   ├── Introduction.aml
│   │   ├── JsonNetVsDotNetSerializers.aml
│   │   ├── JsonSchema.aml
│   │   ├── license.txt
│   │   ├── LINQtoJSON.aml
│   │   ├── ParsingLINQtoJSON.aml
│   │   ├── Performance.aml
│   │   ├── performance.png
│   │   ├── PreserveObjectReferences.aml
│   │   ├── QueryingLINQtoJSON.aml
│   │   ├── ReadingWritingJSON.aml
│   │   ├── readme.txt
│   │   ├── ReducingSerializedJSONSize.aml
│   │   ├── Samples
│   │   │   ├── Bson
│   │   │   │   ├── DeserializeFromBson.aml
│   │   │   │   ├── DeserializeFromBsonCollection.aml
│   │   │   │   └── SerializeToBson.aml
│   │   │   ├── Json
│   │   │   │   ├── CustomJsonReader.aml
│   │   │   │   ├── CustomJsonWriter.aml
│   │   │   │   ├── ReadJsonWithJsonTextReader.aml
│   │   │   │   ├── ReadMultipleContentWithJsonReader.aml
│   │   │   │   └── WriteJsonWithJsonTextWriter.aml
│   │   │   ├── Linq
│   │   │   │   ├── Clone.aml
│   │   │   │   ├── CreateJsonAnonymousObject.aml
│   │   │   │   ├── CreateJsonCollectionInitializer.aml
│   │   │   │   ├── CreateJsonDeclaratively.aml
│   │   │   │   ├── CreateJsonDynamic.aml
│   │   │   │   ├── CreateJsonJTokenWriter.aml
│   │   │   │   ├── CreateJsonManually.aml
│   │   │   │   ├── CreateReader.aml
│   │   │   │   ├── CreateWriter.aml
│   │   │   │   ├── DeepEquals.aml
│   │   │   │   ├── DeserializeWithLinq.aml
│   │   │   │   ├── FromObject.aml
│   │   │   │   ├── JObjectProperties.aml
│   │   │   │   ├── JTokenAnnotation.aml
│   │   │   │   ├── JValueCast.aml
│   │   │   │   ├── JValueValue.aml
│   │   │   │   ├── MergeJson.aml
│   │   │   │   ├── ModifyJson.aml
│   │   │   │   ├── ParseJsonAny.aml
│   │   │   │   ├── ParseJsonArray.aml
│   │   │   │   ├── ParseJsonObject.aml
│   │   │   │   ├── QueryJson.aml
│   │   │   │   ├── QueryJsonDynamic.aml
│   │   │   │   ├── QueryJsonLinq.aml
│   │   │   │   ├── QueryJsonSelectToken.aml
│   │   │   │   ├── QueryJsonSelectTokenEscaped.aml
│   │   │   │   ├── QueryJsonSelectTokenJsonPath.aml
│   │   │   │   ├── QueryJsonSelectTokenWithLinq.aml
│   │   │   │   ├── ReadJson.aml
│   │   │   │   ├── ReadJTokenFromBson.aml
│   │   │   │   ├── SerializeWithLinq.aml
│   │   │   │   ├── ToObjectComplex.aml
│   │   │   │   ├── ToObjectGeneric.aml
│   │   │   │   ├── ToObjectType.aml
│   │   │   │   ├── ToString.aml
│   │   │   │   ├── ToStringJsonConverter.aml
│   │   │   │   ├── WriteJTokenToBson.aml
│   │   │   │   └── WriteToJsonFile.aml
│   │   │   ├── Samples.aml
│   │   │   ├── Schema
│   │   │   │   ├── CreateJsonSchemaManually.aml
│   │   │   │   ├── JsonSchemaParse.aml
│   │   │   │   ├── JsonValidatingReaderAndSerializer.aml
│   │   │   │   ├── JTokenIsValid.aml
│   │   │   │   ├── JTokenIsValidWithMessages.aml
│   │   │   │   ├── JTokenValidateWithEvent.aml
│   │   │   │   ├── LoadJsonSchemaFromFile.aml
│   │   │   │   ├── RefJsonSchemaResolver.aml
│   │   │   │   └── SaveJsonSchemaToFile.aml
│   │   │   ├── Serializer
│   │   │   │   ├── CustomContractResolver.aml
│   │   │   │   ├── CustomJsonConverter.aml
│   │   │   │   ├── CustomTraceWriter.aml
│   │   │   │   ├── DataContractAndDataMember.aml
│   │   │   │   ├── DefaultSettings.aml
│   │   │   │   ├── DefaultValueAttributeIgnore.aml
│   │   │   │   ├── DefaultValueHandlingIgnore.aml
│   │   │   │   ├── DeserializeAnonymousType.aml
│   │   │   │   ├── DeserializeCollection.aml
│   │   │   │   ├── DeserializeConstructorHandling.aml
│   │   │   │   ├── DeserializeCustomCreationConverter.aml
│   │   │   │   ├── DeserializeDataSet.aml
│   │   │   │   ├── DeserializeDateFormatString.aml
│   │   │   │   ├── DeserializeDictionary.aml
│   │   │   │   ├── DeserializeExtensionData.aml
│   │   │   │   ├── DeserializeImmutableCollections.aml
│   │   │   │   ├── DeserializeMetadataPropertyHandling.aml
│   │   │   │   ├── DeserializeMissingMemberHandling.aml
│   │   │   │   ├── DeserializeObject.aml
│   │   │   │   ├── DeserializeObjectCreationHandling.aml
│   │   │   │   ├── DeserializeWithDependencyInjection.aml
│   │   │   │   ├── DeserializeWithJsonSerializerFromFile.aml
│   │   │   │   ├── ErrorHandlingAttribute.aml
│   │   │   │   ├── ErrorHandlingEvent.aml
│   │   │   │   ├── JsonConstructorAttribute.aml
│   │   │   │   ├── JsonConverterAttributeClass.aml
│   │   │   │   ├── JsonConverterAttributeProperty.aml
│   │   │   │   ├── JsonObjectAttributeOptIn.aml
│   │   │   │   ├── JsonObjectAttributeOverrideIEnumerable.aml
│   │   │   │   ├── JsonPropertyItemLevelSetting.aml
│   │   │   │   ├── JsonPropertyName.aml
│   │   │   │   ├── JsonPropertyOrder.aml
│   │   │   │   ├── JsonPropertyPropertyLevelSetting.aml
│   │   │   │   ├── JsonPropertyRequired.aml
│   │   │   │   ├── MaxDepth.aml
│   │   │   │   ├── NamingStrategyAttributes.aml
│   │   │   │   ├── NamingStrategyCamelCase.aml
│   │   │   │   ├── NamingStrategySkipDictionaryKeys.aml
│   │   │   │   ├── NamingStrategySkipSpecifiedNames.aml
│   │   │   │   ├── NamingStrategySnakeCase.aml
│   │   │   │   ├── NullValueHandlingIgnore.aml
│   │   │   │   ├── PopulateObject.aml
│   │   │   │   ├── PreserveReferencesHandlingObject.aml
│   │   │   │   ├── PropertyJsonIgnore.aml
│   │   │   │   ├── ReferenceLoopHandlingIgnore.aml
│   │   │   │   ├── SerializationCallbackAttributes.aml
│   │   │   │   ├── SerializeCollection.aml
│   │   │   │   ├── SerializeConditionalProperty.aml
│   │   │   │   ├── SerializeContractResolver.aml
│   │   │   │   ├── SerializeDataSet.aml
│   │   │   │   ├── SerializeDateFormatHandling.aml
│   │   │   │   ├── SerializeDateFormatString.aml
│   │   │   │   ├── SerializeDateTimeZoneHandling.aml
│   │   │   │   ├── SerializeDictionary.aml
│   │   │   │   ├── SerializeExtensionData.aml
│   │   │   │   ├── SerializeImmutableCollections.aml
│   │   │   │   ├── SerializeObject.aml
│   │   │   │   ├── SerializeRawJson.aml
│   │   │   │   ├── SerializeSerializationBinder.aml
│   │   │   │   ├── SerializeTypeNameHandling.aml
│   │   │   │   ├── SerializeUnindentedJson.aml
│   │   │   │   ├── SerializeWithJsonConverters.aml
│   │   │   │   ├── SerializeWithJsonSerializerToFile.aml
│   │   │   │   └── TraceWriter.aml
│   │   │   └── Xml
│   │   │   ├── ConvertJsonToXml.aml
│   │   │   ├── ConvertXmlToJson.aml
│   │   │   └── ConvertXmlToJsonForceArray.aml
│   │   ├── SelectToken.aml
│   │   ├── SerializationAttributes.aml
│   │   ├── SerializationCallbacks.aml
│   │   ├── SerializationErrorHandling.aml
│   │   ├── SerializationGuide.aml
│   │   ├── SerializationSettings.aml
│   │   ├── SerializationTracing.aml
│   │   ├── SerializingCollections.aml
│   │   ├── SerializingJSON.aml
│   │   ├── SerializingJSONFragments.aml
│   │   └── tick.png
│   ├── Src
│   │   ├── global.json
│   │   ├── Newtonsoft.Json
│   │   │   ├── Bson
│   │   │   │   ├── BsonBinaryType.cs
│   │   │   │   ├── BsonBinaryWriter.cs
│   │   │   │   ├── BsonObjectId.cs
│   │   │   │   ├── BsonReader.cs
│   │   │   │   ├── BsonToken.cs
│   │   │   │   ├── BsonType.cs
│   │   │   │   └── BsonWriter.cs
│   │   │   ├── ConstructorHandling.cs
│   │   │   ├── Converters
│   │   │   │   ├── BinaryConverter.cs
│   │   │   │   ├── BsonObjectIdConverter.cs
│   │   │   │   ├── CustomCreationConverter.cs
│   │   │   │   ├── DataSetConverter.cs
│   │   │   │   ├── DataTableConverter.cs
│   │   │   │   ├── DateTimeConverterBase.cs
│   │   │   │   ├── DiscriminatedUnionConverter.cs
│   │   │   │   ├── EntityKeyMemberConverter.cs
│   │   │   │   ├── ExpandoObjectConverter.cs
│   │   │   │   ├── IsoDateTimeConverter.cs
│   │   │   │   ├── JavaScriptDateTimeConverter.cs
│   │   │   │   ├── KeyValuePairConverter.cs
│   │   │   │   ├── RegexConverter.cs
│   │   │   │   ├── StringEnumConverter.cs
│   │   │   │   ├── VersionConverter.cs
│   │   │   │   └── XmlNodeConverter.cs
│   │   │   ├── DateFormatHandling.cs
│   │   │   ├── DateParseHandling.cs
│   │   │   ├── DateTimeZoneHandling.cs
│   │   │   ├── DefaultValueHandling.cs
│   │   │   ├── Dynamic.snk
│   │   │   ├── FloatFormatHandling.cs
│   │   │   ├── FloatParseHandling.cs
│   │   │   ├── FormatterAssemblyStyle.cs
│   │   │   ├── Formatting.cs
│   │   │   ├── IArrayPool.cs
│   │   │   ├── IJsonLineInfo.cs
│   │   │   ├── JsonArrayAttribute.cs
│   │   │   ├── JsonConstructorAttribute.cs
│   │   │   ├── JsonContainerAttribute.cs
│   │   │   ├── JsonConvert.cs
│   │   │   ├── JsonConverterAttribute.cs
│   │   │   ├── JsonConverterCollection.cs
│   │   │   ├── JsonConverter.cs
│   │   │   ├── JsonDictionaryAttribute.cs
│   │   │   ├── JsonException.cs
│   │   │   ├── JsonExtensionDataAttribute.cs
│   │   │   ├── JsonIgnoreAttribute.cs
│   │   │   ├── JsonObjectAttribute.cs
│   │   │   ├── JsonPosition.cs
│   │   │   ├── JsonPropertyAttribute.cs
│   │   │   ├── JsonReader.Async.cs
│   │   │   ├── JsonReader.cs
│   │   │   ├── JsonReaderException.cs
│   │   │   ├── JsonRequiredAttribute.cs
│   │   │   ├── JsonSerializationException.cs
│   │   │   ├── JsonSerializer.cs
│   │   │   ├── JsonSerializerSettings.cs
│   │   │   ├── JsonTextReader.Async.cs
│   │   │   ├── JsonTextReader.cs
│   │   │   ├── JsonTextWriter.Async.cs
│   │   │   ├── JsonTextWriter.cs
│   │   │   ├── JsonToken.cs
│   │   │   ├── JsonValidatingReader.cs
│   │   │   ├── JsonWriter.Async.cs
│   │   │   ├── JsonWriter.cs
│   │   │   ├── JsonWriterException.cs
│   │   │   ├── Linq
│   │   │   │   ├── CommentHandling.cs
│   │   │   │   ├── Extensions.cs
│   │   │   │   ├── IJEnumerable.cs
│   │   │   │   ├── JArray.Async.cs
│   │   │   │   ├── JArray.cs
│   │   │   │   ├── JConstructor.Async.cs
│   │   │   │   ├── JConstructor.cs
│   │   │   │   ├── JContainer.Async.cs
│   │   │   │   ├── JContainer.cs
│   │   │   │   ├── JEnumerable.cs
│   │   │   │   ├── JObject.Async.cs
│   │   │   │   ├── JObject.cs
│   │   │   │   ├── JProperty.Async.cs
│   │   │   │   ├── JProperty.cs
│   │   │   │   ├── JPropertyDescriptor.cs
│   │   │   │   ├── JPropertyKeyedCollection.cs
│   │   │   │   ├── JRaw.Async.cs
│   │   │   │   ├── JRaw.cs
│   │   │   │   ├── JsonLoadSettings.cs
│   │   │   │   ├── JsonMergeSettings.cs
│   │   │   │   ├── JsonPath
│   │   │   │   │   ├── ArrayIndexFilter.cs
│   │   │   │   │   ├── ArrayMultipleIndexFilter.cs
│   │   │   │   │   ├── ArraySliceFilter.cs
│   │   │   │   │   ├── FieldFilter.cs
│   │   │   │   │   ├── FieldMultipleFilter.cs
│   │   │   │   │   ├── JPath.cs
│   │   │   │   │   ├── PathFilter.cs
│   │   │   │   │   ├── QueryExpression.cs
│   │   │   │   │   ├── QueryFilter.cs
│   │   │   │   │   ├── RootFilter.cs
│   │   │   │   │   ├── ScanFilter.cs
│   │   │   │   │   └── ScanMultipleFilter.cs
│   │   │   │   ├── JToken.Async.cs
│   │   │   │   ├── JToken.cs
│   │   │   │   ├── JTokenEqualityComparer.cs
│   │   │   │   ├── JTokenReader.cs
│   │   │   │   ├── JTokenType.cs
│   │   │   │   ├── JTokenWriter.Async.cs
│   │   │   │   ├── JTokenWriter.cs
│   │   │   │   ├── JValue.Async.cs
│   │   │   │   ├── JValue.cs
│   │   │   │   ├── MergeArrayHandling.cs
│   │   │   │   └── MergeNullValueHandling.cs
│   │   │   ├── MemberSerialization.cs
│   │   │   ├── MetadataPropertyHandling.cs
│   │   │   ├── MissingMemberHandling.cs
│   │   │   ├── Newtonsoft.Json.csproj
│   │   │   ├── Newtonsoft.Json.Net20.csproj
│   │   │   ├── Newtonsoft.Json.Net20.project.json
│   │   │   ├── Newtonsoft.Json.Net35.csproj
│   │   │   ├── Newtonsoft.Json.Net35.project.json
│   │   │   ├── Newtonsoft.Json.Net40.csproj
│   │   │   ├── Newtonsoft.Json.Net40.project.json
│   │   │   ├── Newtonsoft.Json.Portable.csproj
│   │   │   ├── Newtonsoft.Json.Portable.project.json
│   │   │   ├── Newtonsoft.Json.project.json
│   │   │   ├── Newtonsoft.Json.Roslyn.csproj
│   │   │   ├── Newtonsoft.Json.ruleset
│   │   │   ├── NullValueHandling.cs
│   │   │   ├── ObjectCreationHandling.cs
│   │   │   ├── PreserveReferencesHandling.cs
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── ReferenceLoopHandling.cs
│   │   │   ├── Required.cs
│   │   │   ├── Schema
│   │   │   │   ├── Extensions.cs
│   │   │   │   ├── JsonSchemaBuilder.cs
│   │   │   │   ├── JsonSchemaConstants.cs
│   │   │   │   ├── JsonSchema.cs
│   │   │   │   ├── JsonSchemaException.cs
│   │   │   │   ├── JsonSchemaGenerator.cs
│   │   │   │   ├── JsonSchemaModelBuilder.cs
│   │   │   │   ├── JsonSchemaModel.cs
│   │   │   │   ├── JsonSchemaNodeCollection.cs
│   │   │   │   ├── JsonSchemaNode.cs
│   │   │   │   ├── JsonSchemaResolver.cs
│   │   │   │   ├── JsonSchemaType.cs
│   │   │   │   ├── JsonSchemaWriter.cs
│   │   │   │   ├── UndefinedSchemaIdHandling.cs
│   │   │   │   ├── ValidationEventArgs.cs
│   │   │   │   └── ValidationEventHandler.cs
│   │   │   ├── Serialization
│   │   │   │   ├── CachedAttributeGetter.cs
│   │   │   │   ├── CamelCaseNamingStrategy.cs
│   │   │   │   ├── CamelCasePropertyNamesContractResolver.cs
│   │   │   │   ├── DefaultContractResolver.cs
│   │   │   │   ├── DefaultNamingStrategy.cs
│   │   │   │   ├── DefaultReferenceResolver.cs
│   │   │   │   ├── DefaultSerializationBinder.cs
│   │   │   │   ├── DiagnosticsTraceWriter.cs
│   │   │   │   ├── DynamicValueProvider.cs
│   │   │   │   ├── ErrorContext.cs
│   │   │   │   ├── ErrorEventArgs.cs
│   │   │   │   ├── ExpressionValueProvider.cs
│   │   │   │   ├── FormatterConverter.cs
│   │   │   │   ├── IAttributeProvider.cs
│   │   │   │   ├── IContractResolver.cs
│   │   │   │   ├── IReferenceResolver.cs
│   │   │   │   ├── ISerializationBinder.cs
│   │   │   │   ├── ITraceWriter.cs
│   │   │   │   ├── IValueProvider.cs
│   │   │   │   ├── JsonArrayContract.cs
│   │   │   │   ├── JsonContainerContract.cs
│   │   │   │   ├── JsonContract.cs
│   │   │   │   ├── JsonDictionaryContract.cs
│   │   │   │   ├── JsonDynamicContract.cs
│   │   │   │   ├── JsonFormatterConverter.cs
│   │   │   │   ├── JsonISerializableContract.cs
│   │   │   │   ├── JsonLinqContract.cs
│   │   │   │   ├── JsonObjectContract.cs
│   │   │   │   ├── JsonPrimitiveContract.cs
│   │   │   │   ├── JsonPropertyCollection.cs
│   │   │   │   ├── JsonProperty.cs
│   │   │   │   ├── JsonSerializerInternalBase.cs
│   │   │   │   ├── JsonSerializerInternalReader.cs
│   │   │   │   ├── JsonSerializerInternalWriter.cs
│   │   │   │   ├── JsonSerializerProxy.cs
│   │   │   │   ├── JsonStringContract.cs
│   │   │   │   ├── JsonTypeReflector.cs
│   │   │   │   ├── MemoryTraceWriter.cs
│   │   │   │   ├── NamingStrategy.cs
│   │   │   │   ├── ObjectConstructor.cs
│   │   │   │   ├── OnErrorAttribute.cs
│   │   │   │   ├── ReflectionAttributeProvider.cs
│   │   │   │   ├── ReflectionValueProvider.cs
│   │   │   │   ├── SerializationBinderAdapter.cs
│   │   │   │   ├── SnakeCaseNamingStrategy.cs
│   │   │   │   ├── TraceJsonReader.cs
│   │   │   │   └── TraceJsonWriter.cs
│   │   │   ├── SerializationBinder.cs
│   │   │   ├── StringEscapeHandling.cs
│   │   │   ├── TraceLevel.cs
│   │   │   ├── TypeNameAssemblyFormatHandling.cs
│   │   │   ├── TypeNameHandling.cs
│   │   │   ├── Utilities
│   │   │   │   ├── AsyncUtils.cs
│   │   │   │   ├── Base64Encoder.cs
│   │   │   │   ├── BidirectionalDictionary.cs
│   │   │   │   ├── CollectionUtils.cs
│   │   │   │   ├── CollectionWrapper.cs
│   │   │   │   ├── ConvertUtils.cs
│   │   │   │   ├── DateTimeParser.cs
│   │   │   │   ├── DateTimeUtils.cs
│   │   │   │   ├── DictionaryWrapper.cs
│   │   │   │   ├── DynamicProxy.cs
│   │   │   │   ├── DynamicProxyMetaObject.cs
│   │   │   │   ├── DynamicReflectionDelegateFactory.cs
│   │   │   │   ├── DynamicUtils.cs
│   │   │   │   ├── EnumUtils.cs
│   │   │   │   ├── EnumValue.cs
│   │   │   │   ├── ExpressionReflectionDelegateFactory.cs
│   │   │   │   ├── FSharpUtils.cs
│   │   │   │   ├── ILGeneratorExtensions.cs
│   │   │   │   ├── ImmutableCollectionsUtils.cs
│   │   │   │   ├── JavaScriptUtils.cs
│   │   │   │   ├── JsonTokenUtils.cs
│   │   │   │   ├── LateBoundReflectionDelegateFactory.cs
│   │   │   │   ├── LinqBridge.cs
│   │   │   │   ├── MathUtils.cs
│   │   │   │   ├── MethodBinder.cs
│   │   │   │   ├── MethodCall.cs
│   │   │   │   ├── MiscellaneousUtils.cs
│   │   │   │   ├── PropertyNameTable.cs
│   │   │   │   ├── ReflectionDelegateFactory.cs
│   │   │   │   ├── ReflectionObject.cs
│   │   │   │   ├── ReflectionUtils.cs
│   │   │   │   ├── StringBuffer.cs
│   │   │   │   ├── StringReference.cs
│   │   │   │   ├── StringUtils.cs
│   │   │   │   ├── ThreadSafeStore.cs
│   │   │   │   ├── TypeExtensions.cs
│   │   │   │   └── ValidationUtils.cs
│   │   │   └── WriteState.cs
│   │   ├── Newtonsoft.Json.Net20.sln
│   │   ├── Newtonsoft.Json.Net35.sln
│   │   ├── Newtonsoft.Json.Net40.sln
│   │   ├── Newtonsoft.Json.Portable.sln
│   │   ├── Newtonsoft.Json.Roslyn.sln
│   │   ├── Newtonsoft.Json.sln
│   │   ├── Newtonsoft.Json.sln.DotSettings
│   │   ├── Newtonsoft.Json.TestConsole
│   │   │   ├── App.config
│   │   │   ├── Newtonsoft.Json.TestConsole.csproj
│   │   │   ├── Newtonsoft.Json.TestConsole.project.json
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Newtonsoft.Json.Tests
│   │   │   ├── Benchmarks
│   │   │   │   ├── BenchmarkConstants.cs
│   │   │   │   ├── DeserializeBenchmarks.cs
│   │   │   │   ├── DeserializeComparisonBenchmarks.cs
│   │   │   │   ├── JsonTextReaderBenchmarks.cs
│   │   │   │   ├── JsonTextWriterBenchmarks.cs
│   │   │   │   ├── JTokenBenchmarks.cs
│   │   │   │   ├── JValueConvertBenchmarks.cs
│   │   │   │   ├── LargeJArrayBenchmarks.cs
│   │   │   │   ├── LowLevelBenchmarks.cs
│   │   │   │   ├── Runner.cs
│   │   │   │   ├── SerializeBenchmarks.cs
│   │   │   │   ├── SerializeComparisonBenchmarks.cs
│   │   │   │   └── XmlNodeConverterBenchmarks.cs
│   │   │   ├── Bson
│   │   │   │   ├── BsonReaderAsyncTests.cs
│   │   │   │   ├── BsonReaderTests.cs
│   │   │   │   ├── BsonWriterAsyncTests.cs
│   │   │   │   └── BsonWriterTests.cs
│   │   │   ├── bunny_pancake.jpg
│   │   │   ├── Converters
│   │   │   │   ├── BinaryConverterTests.cs
│   │   │   │   ├── CustomCreationConverterTests.cs
│   │   │   │   ├── DataSetConverterTests.cs
│   │   │   │   ├── DataTableConverterTests.cs
│   │   │   │   ├── DiscriminatedUnionConverterTests.cs
│   │   │   │   ├── ExpandoObjectConverterTests.cs
│   │   │   │   ├── IsoDateTimeConverterTests.cs
│   │   │   │   ├── JavaScriptDateTimeConverterTests.cs
│   │   │   │   ├── KeyValuePairConverterTests.cs
│   │   │   │   ├── ObjectIdConverterTests.cs
│   │   │   │   ├── RegexConverterTests.cs
│   │   │   │   ├── StringEnumConverterTests.cs
│   │   │   │   ├── VersionConverterTests.cs
│   │   │   │   └── XmlNodeConverterTest.cs
│   │   │   ├── DemoTests.cs
│   │   │   ├── Documentation
│   │   │   │   ├── ConditionalPropertiesTests.cs
│   │   │   │   ├── ConvertingJsonAndXmlTests.cs
│   │   │   │   ├── JsonSchemaTests.cs
│   │   │   │   ├── LinqToJsonTests.cs
│   │   │   │   ├── PerformanceTests.cs
│   │   │   │   ├── ReadingAndWritingJsonTests.cs
│   │   │   │   ├── Samples
│   │   │   │   │   ├── Bson
│   │   │   │   │   │   ├── DeserializeFromBsonCollection.cs
│   │   │   │   │   │   ├── DeserializeFromBson.cs
│   │   │   │   │   │   └── SerializeToBson.cs
│   │   │   │   │   ├── Json
│   │   │   │   │   │   ├── CustomJsonReader.cs
│   │   │   │   │   │   ├── CustomJsonWriter.cs
│   │   │   │   │   │   ├── ReadJsonWithJsonTextReader.cs
│   │   │   │   │   │   ├── ReadMultipleContentWithJsonReader.cs
│   │   │   │   │   │   └── WriteJsonWithJsonTextWriter.cs
│   │   │   │   │   ├── Linq
│   │   │   │   │   │   ├── Clone.cs
│   │   │   │   │   │   ├── CreateJsonAnonymousObject.cs
│   │   │   │   │   │   ├── CreateJsonCollectionInitializer.cs
│   │   │   │   │   │   ├── CreateJsonDeclaratively.cs
│   │   │   │   │   │   ├── CreateJsonDynamic.cs
│   │   │   │   │   │   ├── CreateJsonJTokenWriter.cs
│   │   │   │   │   │   ├── CreateJsonManually.cs
│   │   │   │   │   │   ├── CreateReader.cs
│   │   │   │   │   │   ├── CreateWriter.cs
│   │   │   │   │   │   ├── DeepEquals.cs
│   │   │   │   │   │   ├── DeserializeWithLinq.cs
│   │   │   │   │   │   ├── FromObject.cs
│   │   │   │   │   │   ├── JObjectProperties.cs
│   │   │   │   │   │   ├── JTokenAnnotation.cs
│   │   │   │   │   │   ├── JValueCast.cs
│   │   │   │   │   │   ├── JValueValue.cs
│   │   │   │   │   │   ├── MergeJson.cs
│   │   │   │   │   │   ├── ModifyJson.cs
│   │   │   │   │   │   ├── ParseJsonAny.cs
│   │   │   │   │   │   ├── ParseJsonArray.cs
│   │   │   │   │   │   ├── ParseJsonObject.cs
│   │   │   │   │   │   ├── QueryJson.cs
│   │   │   │   │   │   ├── QueryJsonDynamic.cs
│   │   │   │   │   │   ├── QueryJsonLinq.cs
│   │   │   │   │   │   ├── QueryJsonSelectToken.cs
│   │   │   │   │   │   ├── QueryJsonSelectTokenEscaped.cs
│   │   │   │   │   │   ├── QueryJsonSelectTokenJsonPath.cs
│   │   │   │   │   │   ├── QueryJsonSelectTokenWithLinq.cs
│   │   │   │   │   │   ├── ReadJson.cs
│   │   │   │   │   │   ├── ReadJTokenFromBson.cs
│   │   │   │   │   │   ├── SerializeWithLinq.cs
│   │   │   │   │   │   ├── ToObjectComplex.cs
│   │   │   │   │   │   ├── ToObjectGeneric.cs
│   │   │   │   │   │   ├── ToObjectType.cs
│   │   │   │   │   │   ├── ToString.cs
│   │   │   │   │   │   ├── ToStringJsonConverter.cs
│   │   │   │   │   │   ├── WriteJTokenToBson.cs
│   │   │   │   │   │   └── WriteToJsonFile.cs
│   │   │   │   │   ├── Schema
│   │   │   │   │   │   ├── CreateJsonSchemaManually.cs
│   │   │   │   │   │   ├── JsonSchemaParse.cs
│   │   │   │   │   │   ├── JsonValidatingReaderAndSerializer.cs
│   │   │   │   │   │   ├── JTokenIsValid.cs
│   │   │   │   │   │   ├── JTokenIsValidWithMessages.cs
│   │   │   │   │   │   ├── JTokenValidateWithEvent.cs
│   │   │   │   │   │   ├── LoadJsonSchemaFromFile.cs
│   │   │   │   │   │   ├── RefJsonSchemaResolver.cs
│   │   │   │   │   │   └── SaveJsonSchemaToFile.cs
│   │   │   │   │   ├── Serializer
│   │   │   │   │   │   ├── CustomContractResolver.cs
│   │   │   │   │   │   ├── CustomJsonConverter.cs
│   │   │   │   │   │   ├── CustomTraceWriter.cs
│   │   │   │   │   │   ├── DataContractAndDataMember.cs
│   │   │   │   │   │   ├── DefaultSettings.cs
│   │   │   │   │   │   ├── DefaultValueAttributeIgnore.cs
│   │   │   │   │   │   ├── DefaultValueHandlingIgnore.cs
│   │   │   │   │   │   ├── DeserializeAnonymousType.cs
│   │   │   │   │   │   ├── DeserializeCollection.cs
│   │   │   │   │   │   ├── DeserializeConstructorHandling.cs
│   │   │   │   │   │   ├── DeserializeCustomCreationConverter.cs
│   │   │   │   │   │   ├── DeserializeDataSet.cs
│   │   │   │   │   │   ├── DeserializeDateFormatString.cs
│   │   │   │   │   │   ├── DeserializeDictionary.cs
│   │   │   │   │   │   ├── DeserializeExtensionData.cs
│   │   │   │   │   │   ├── DeserializeImmutableCollections.cs
│   │   │   │   │   │   ├── DeserializeMetadataPropertyHandling.cs
│   │   │   │   │   │   ├── DeserializeMissingMemberHandling.cs
│   │   │   │   │   │   ├── DeserializeObjectCreationHandling.cs
│   │   │   │   │   │   ├── DeserializeObject.cs
│   │   │   │   │   │   ├── DeserializeWithDependencyInjection.cs
│   │   │   │   │   │   ├── DeserializeWithJsonSerializerFromFile.cs
│   │   │   │   │   │   ├── ErrorHandlingAttribute.cs
│   │   │   │   │   │   ├── ErrorHandlingEvent.cs
│   │   │   │   │   │   ├── JsonConstructorAttribute.cs
│   │   │   │   │   │   ├── JsonConverterAttributeClass.cs
│   │   │   │   │   │   ├── JsonConverterAttributeProperty.cs
│   │   │   │   │   │   ├── JsonObjectAttributeOptIn.cs
│   │   │   │   │   │   ├── JsonObjectAttributeOverrideIEnumerable.cs
│   │   │   │   │   │   ├── JsonPropertyItemLevelSetting.cs
│   │   │   │   │   │   ├── JsonPropertyName.cs
│   │   │   │   │   │   ├── JsonPropertyOrder.cs
│   │   │   │   │   │   ├── JsonPropertyPropertyLevelSetting.cs
│   │   │   │   │   │   ├── JsonPropertyRequired.cs
│   │   │   │   │   │   ├── MaxDepth.cs
│   │   │   │   │   │   ├── NamingStrategyAttributes.cs
│   │   │   │   │   │   ├── NamingStrategyCamelCase.cs
│   │   │   │   │   │   ├── NamingStrategySkipDictionaryKeys.cs
│   │   │   │   │   │   ├── NamingStrategySkipSpecifiedNames.cs
│   │   │   │   │   │   ├── NamingStrategySnakeCase.cs
│   │   │   │   │   │   ├── NullValueHandlingIgnore.cs
│   │   │   │   │   │   ├── PopulateObject.cs
│   │   │   │   │   │   ├── PreserveReferencesHandlingObject.cs
│   │   │   │   │   │   ├── PropertyJsonIgnore.cs
│   │   │   │   │   │   ├── ReferenceLoopHandlingIgnore.cs
│   │   │   │   │   │   ├── SerializationCallbackAttributes.cs
│   │   │   │   │   │   ├── SerializeCollection.cs
│   │   │   │   │   │   ├── SerializeConditionalProperty.cs
│   │   │   │   │   │   ├── SerializeContractResolver.cs
│   │   │   │   │   │   ├── SerializeDataSet.cs
│   │   │   │   │   │   ├── SerializeDateFormatHandling.cs
│   │   │   │   │   │   ├── SerializeDateFormatString.cs
│   │   │   │   │   │   ├── SerializeDateTimeZoneHandling.cs
│   │   │   │   │   │   ├── SerializeDictionary.cs
│   │   │   │   │   │   ├── SerializeExtensionData.cs
│   │   │   │   │   │   ├── SerializeImmutableCollections.cs
│   │   │   │   │   │   ├── SerializeObject.cs
│   │   │   │   │   │   ├── SerializeRawJson.cs
│   │   │   │   │   │   ├── SerializeSerializationBinder.cs
│   │   │   │   │   │   ├── SerializeTypeNameHandling.cs
│   │   │   │   │   │   ├── SerializeUnindentedJson.cs
│   │   │   │   │   │   ├── SerializeWithJsonConverters.cs
│   │   │   │   │   │   ├── SerializeWithJsonSerializerToFile.cs
│   │   │   │   │   │   └── TraceWriter.cs
│   │   │   │   │   └── Xml
│   │   │   │   │   ├── ConvertJsonToXml.cs
│   │   │   │   │   ├── ConvertXmlToJson.cs
│   │   │   │   │   └── ConvertXmlToJsonForceArray.cs
│   │   │   │   ├── SerializationTests.cs
│   │   │   │   └── TraceWriterTests.cs
│   │   │   ├── ExceptionTests.cs
│   │   │   ├── FileSystemEntityModel.Designer.cs
│   │   │   ├── FileSystemEntityModel.edmx
│   │   │   ├── JsonArrayAttributeTests.cs
│   │   │   ├── JsonConvertTest.cs
│   │   │   ├── JsonTextReaderTests
│   │   │   │   ├── ExceptionHandlingAsyncTests.cs
│   │   │   │   ├── ExceptionHandlingTests.cs
│   │   │   │   ├── FloatAsyncTests.cs
│   │   │   │   ├── FloatTests.cs
│   │   │   │   ├── MiscAsyncTests.cs
│   │   │   │   ├── MiscTests.cs
│   │   │   │   ├── ParseAsyncTests.cs
│   │   │   │   ├── ParseTests.cs
│   │   │   │   ├── ReadAsyncTests.cs
│   │   │   │   └── ReadTests.cs
│   │   │   ├── JsonTextWriterAsyncTests.cs
│   │   │   ├── JsonTextWriterTest.cs
│   │   │   ├── JsonValidatingReaderTests.cs
│   │   │   ├── large.json
│   │   │   ├── large_sample.xml
│   │   │   ├── Linq
│   │   │   │   ├── AnnotationsTests.cs
│   │   │   │   ├── ComponentModel
│   │   │   │   │   ├── BindingTests.cs
│   │   │   │   │   └── JPropertyDescriptorTests.cs
│   │   │   │   ├── DynamicTests.cs
│   │   │   │   ├── JArrayTests.cs
│   │   │   │   ├── JConstructorAsyncTests.cs
│   │   │   │   ├── JConstructorTests.cs
│   │   │   │   ├── JObjectAsyncTests.cs
│   │   │   │   ├── JObjectTests.cs
│   │   │   │   ├── JPropertyAsyncTests.cs
│   │   │   │   ├── JPropertyTests.cs
│   │   │   │   ├── JRawTests.cs
│   │   │   │   ├── JsonPath
│   │   │   │   │   ├── JPathExecuteTests.cs
│   │   │   │   │   ├── JPathParseTests.cs
│   │   │   │   │   └── QueryExpressionTests.cs
│   │   │   │   ├── JTokenAsyncTests.cs
│   │   │   │   ├── JTokenEqualityComparerTests.cs
│   │   │   │   ├── JTokenReaderAsyncTests.cs
│   │   │   │   ├── JTokenReaderTest.cs
│   │   │   │   ├── JTokenTests.cs
│   │   │   │   ├── JTokenWriterAsyncTests.cs
│   │   │   │   ├── JTokenWriterTest.cs
│   │   │   │   ├── JValueAsyncTests.cs
│   │   │   │   ├── JValueTests.cs
│   │   │   │   ├── LinqToJsonAsyncTests.cs
│   │   │   │   ├── LinqToJsonTest.cs
│   │   │   │   └── MergeTests.cs
│   │   │   ├── LinqToSql
│   │   │   │   ├── DepartmentConverter.cs
│   │   │   │   ├── Department.cs
│   │   │   │   ├── GuidByteArrayConverter.cs
│   │   │   │   ├── LinqToSqlClasses.dbml
│   │   │   │   ├── LinqToSqlClasses.dbml.layout
│   │   │   │   ├── LinqToSqlClasses.designer.cs
│   │   │   │   ├── LinqToSqlClassesSerializationTests.cs
│   │   │   │   ├── Person.cs
│   │   │   │   └── Role.cs
│   │   │   ├── Newtonsoft.Json.Tests.csproj
│   │   │   ├── Newtonsoft.Json.Tests.Net20.csproj
│   │   │   ├── Newtonsoft.Json.Tests.Net20.project.json
│   │   │   ├── Newtonsoft.Json.Tests.Net35.csproj
│   │   │   ├── Newtonsoft.Json.Tests.Net35.project.json
│   │   │   ├── Newtonsoft.Json.Tests.Net40.csproj
│   │   │   ├── Newtonsoft.Json.Tests.Net40.project.json
│   │   │   ├── Newtonsoft.Json.Tests.Portable.csproj
│   │   │   ├── Newtonsoft.Json.Tests.Portable.project.json
│   │   │   ├── Newtonsoft.Json.Tests.project.json
│   │   │   ├── Newtonsoft.Json.Tests.Roslyn.csproj
│   │   │   ├── PoisonText.txt
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Schema
│   │   │   │   ├── ExtensionsTests.cs
│   │   │   │   ├── JsonSchemaBuilderTests.cs
│   │   │   │   ├── JsonSchemaGeneratorTests.cs
│   │   │   │   ├── JsonSchemaModelBuilderTests.cs
│   │   │   │   ├── JsonSchemaNodeTests.cs
│   │   │   │   ├── JsonSchemaSpecTests.cs
│   │   │   │   ├── JsonSchemaTests.cs
│   │   │   │   ├── PerformanceTests.cs
│   │   │   │   └── Specs
│   │   │   │   ├── additionalItems.json
│   │   │   │   ├── additionalProperties.json
│   │   │   │   ├── dependencies.json
│   │   │   │   ├── disallow.json
│   │   │   │   ├── divisibleBy.json
│   │   │   │   ├── enum.json
│   │   │   │   ├── extends.json
│   │   │   │   ├── items.json
│   │   │   │   ├── maximum.json
│   │   │   │   ├── maxItems.json
│   │   │   │   ├── maxLength.json
│   │   │   │   ├── minimum.json
│   │   │   │   ├── minItems.json
│   │   │   │   ├── minLength.json
│   │   │   │   ├── pattern.json
│   │   │   │   ├── patternProperties.json
│   │   │   │   ├── properties.json
│   │   │   │   ├── ref.json
│   │   │   │   ├── required.json
│   │   │   │   ├── type.json
│   │   │   │   └── uniqueItems.json
│   │   │   ├── Serialization
│   │   │   │   ├── CamelCaseNamingStrategyTests.cs
│   │   │   │   ├── CamelCasePropertyNamesContractResolverTests.cs
│   │   │   │   ├── ConstructorHandlingTests.cs
│   │   │   │   ├── ContractResolverTests.cs
│   │   │   │   ├── DefaultValueHandlingTests.cs
│   │   │   │   ├── DependencyInjectionTests.cs
│   │   │   │   ├── DynamicConcreteTests.cs
│   │   │   │   ├── DynamicTests.cs
│   │   │   │   ├── EntitiesSerializationTests.cs
│   │   │   │   ├── ExtensionDataTests.cs
│   │   │   │   ├── FSharpTests.cs
│   │   │   │   ├── ImmutableCollectionsTests.cs
│   │   │   │   ├── JsonPropertyCollectionTests.cs
│   │   │   │   ├── JsonSerializerCollectionsTests.cs
│   │   │   │   ├── JsonSerializerTest.cs
│   │   │   │   ├── MetadataPropertyHandlingTests.cs
│   │   │   │   ├── MissingMemberHandlingTests.cs
│   │   │   │   ├── NullValueHandlingTests.cs
│   │   │   │   ├── PopulateTests.cs
│   │   │   │   ├── PreserveReferencesHandlingTests.cs
│   │   │   │   ├── ReferenceLoopHandlingTests.cs
│   │   │   │   ├── ReflectionAttributeProviderTests.cs
│   │   │   │   ├── SerializationErrorHandlingTests.cs
│   │   │   │   ├── SerializationEventAttributeTests.cs
│   │   │   │   ├── ShouldSerializeTests.cs
│   │   │   │   ├── SnakeCaseNamingStrategyTests.cs
│   │   │   │   ├── TraceWriterTests.cs
│   │   │   │   ├── TypeNameHandlingTests.cs
│   │   │   │   └── WebApiIntegrationTests.cs
│   │   │   ├── SpaceShipV2.bson
│   │   │   ├── TestFixtureBase.cs
│   │   │   ├── TestObjects
│   │   │   │   ├── Aa.cs
│   │   │   │   ├── AbstractGenericBase.cs
│   │   │   │   ├── Address.cs
│   │   │   │   ├── AnswerFilterModel.cs
│   │   │   │   ├── Antworten.cs
│   │   │   │   ├── ArgumentConverterPrecedenceClassConverter.cs
│   │   │   │   ├── ArticleCollection.cs
│   │   │   │   ├── Article.cs
│   │   │   │   ├── BadJsonPropertyClass.cs
│   │   │   │   ├── Bar.cs
│   │   │   │   ├── Bb.cs
│   │   │   │   ├── Car.cs
│   │   │   │   ├── CircularReferenceClass.cs
│   │   │   │   ├── CircularReferenceWithIdClass.cs
│   │   │   │   ├── ClassAndMemberConverterClass.cs
│   │   │   │   ├── ClassConverterPrecedenceClassConverter.cs
│   │   │   │   ├── ClassWithArray.cs
│   │   │   │   ├── ClassWithGuid.cs
│   │   │   │   ├── Component.cs
│   │   │   │   ├── Computer.cs
│   │   │   │   ├── ConsoleWriter.cs
│   │   │   │   ├── ConstructorCaseSensitivityClass.cs
│   │   │   │   ├── ConstructorReadonlyFields.cs
│   │   │   │   ├── Container.cs
│   │   │   │   ├── ContentBaseClass.cs
│   │   │   │   ├── Content.cs
│   │   │   │   ├── ContentSubClass.cs
│   │   │   │   ├── ConverableMembers.cs
│   │   │   │   ├── ConverterPrecedenceClassConverter.cs
│   │   │   │   ├── ConverterPrecedenceClass.cs
│   │   │   │   ├── CustomerDataSet.cs
│   │   │   │   ├── DataContractSerializationAttributesClass.cs
│   │   │   │   ├── DateTimeErrorObjectCollection.cs
│   │   │   │   ├── DateTimeTestClass.cs
│   │   │   │   ├── DateTimeWrapper.cs
│   │   │   │   ├── DecimalTestClass.cs
│   │   │   │   ├── DefaultValueAttributeTestClass.cs
│   │   │   │   ├── DerivedSerializationEventTestObject.cs
│   │   │   │   ├── DictionaryInterfaceClass.cs
│   │   │   │   ├── DirectoryAccount.cs
│   │   │   │   ├── DoubleClass.cs
│   │   │   │   ├── EmployeeReference.cs
│   │   │   │   ├── Events
│   │   │   │   │   ├── Event1.cs
│   │   │   │   │   ├── Event.cs
│   │   │   │   │   └── EventType.cs
│   │   │   │   ├── Foo.cs
│   │   │   │   ├── Friend.cs
│   │   │   │   ├── GameObject.cs
│   │   │   │   ├── GenericImpl.cs
│   │   │   │   ├── GenericListAndDictionaryInterfaceProperties.cs
│   │   │   │   ├── GeoCoding
│   │   │   │   │   ├── AddressDetails.cs
│   │   │   │   │   ├── AdministrativeArea.cs
│   │   │   │   │   ├── Country.cs
│   │   │   │   │   ├── GoogleMapGeocoderStructure.cs
│   │   │   │   │   ├── Locality.cs
│   │   │   │   │   ├── Placemark.cs
│   │   │   │   │   ├── Point.cs
│   │   │   │   │   ├── PostalCode.cs
│   │   │   │   │   ├── Status.cs
│   │   │   │   │   ├── SubAdministrativeArea.cs
│   │   │   │   │   └── Thoroughfare.cs
│   │   │   │   ├── GeometricForms
│   │   │   │   │   ├── Shape.cs
│   │   │   │   │   └── Tags.cs
│   │   │   │   ├── GetOnlyPropertyClass.cs
│   │   │   │   ├── HolderClass.cs
│   │   │   │   ├── IdReferenceResolver.cs
│   │   │   │   ├── IMyInterface.cs
│   │   │   │   ├── IncompatibleJsonAttributeClass.cs
│   │   │   │   ├── InterfacePropertyTestClass.cs
│   │   │   │   ├── IntToFloatConverter.cs
│   │   │   │   ├── Invoice.cs
│   │   │   │   ├── IPrivateImplementationA.cs
│   │   │   │   ├── IPrivateImplementationB.cs
│   │   │   │   ├── IPrivateOverriddenImplementation.cs
│   │   │   │   ├── Item.cs
│   │   │   │   ├── JaggedArray.cs
│   │   │   │   ├── JsonIgnoreAttributeOnClassTestClass.cs
│   │   │   │   ├── JsonIgnoreAttributeTestClass.cs
│   │   │   │   ├── JsonPropertyClass.cs
│   │   │   │   ├── JsonPropertyWithHandlingValues.cs
│   │   │   │   ├── JsonReaderStubWithIsClosed.cs
│   │   │   │   ├── JsonTextReaderTests
│   │   │   │   │   ├── FakeArrayPool.cs
│   │   │   │   │   ├── SlowStream.cs
│   │   │   │   │   ├── ToggleReaderError.cs
│   │   │   │   │   └── UnmanagedResourceFakingJsonReader.cs
│   │   │   │   ├── ListErrorObjectCollection.cs
│   │   │   │   ├── ListErrorObject.cs
│   │   │   │   ├── ListOfIds.cs
│   │   │   │   ├── ListTestClass.cs
│   │   │   │   ├── LogEntry.cs
│   │   │   │   ├── MemberConverterClass.cs
│   │   │   │   ├── MemberConverterPrecedenceClassConverter.cs
│   │   │   │   ├── MethodExecutorObject.cs
│   │   │   │   ├── MetroPropertyNameResolver.cs
│   │   │   │   ├── MetroStringConverter.cs
│   │   │   │   ├── Money
│   │   │   │   │   ├── Currency.cs
│   │   │   │   │   └── Tags.cs
│   │   │   │   ├── Movie.cs
│   │   │   │   ├── MyClass.cs
│   │   │   │   ├── MyEnum.cs
│   │   │   │   ├── MyInterfaceConverter.cs
│   │   │   │   ├── NameContainerConverter.cs
│   │   │   │   ├── NameContainer.cs
│   │   │   │   ├── Name.cs
│   │   │   │   ├── NonRequest.cs
│   │   │   │   ├── NullableDateTimeTestClass.cs
│   │   │   │   ├── NullableGuid.cs
│   │   │   │   ├── ObjectArrayPropertyTest.cs
│   │   │   │   ├── Organization
│   │   │   │   │   ├── Employee.cs
│   │   │   │   │   ├── IPerson.cs
│   │   │   │   │   ├── Manager.cs
│   │   │   │   │   ├── Person.cs
│   │   │   │   │   ├── PersonPropertyClass.cs
│   │   │   │   │   └── WagePerson.cs
│   │   │   │   ├── ParticipantEntity.cs
│   │   │   │   ├── PersonError.cs
│   │   │   │   ├── PersonRaw.cs
│   │   │   │   ├── PersonReference.cs
│   │   │   │   ├── PersonSerializable.cs
│   │   │   │   ├── PersonWithPrivateConstructor.cs
│   │   │   │   ├── PhoneNumber.cs
│   │   │   │   ├── PocoDataContractSerializationAttributesClass.cs
│   │   │   │   ├── PrivateConstructorTestClass.cs
│   │   │   │   ├── PrivateConstructorWithPublicParameterizedConstructorTestClass.cs
│   │   │   │   ├── PrivateImplementationAClass.cs
│   │   │   │   ├── PrivateImplementationBClass.cs
│   │   │   │   ├── PrivateMembersClass.cs
│   │   │   │   ├── ProductCollection.cs
│   │   │   │   ├── Product.cs
│   │   │   │   ├── ProductShort.cs
│   │   │   │   ├── PropertyCase.cs
│   │   │   │   ├── PropertyItemConverter.cs
│   │   │   │   ├── PublicParameterizedConstructorRequiringConverterTestClass.cs
│   │   │   │   ├── PublicParameterizedConstructorRequiringConverterWithParameterAttributeTestClass.cs
│   │   │   │   ├── PublicParameterizedConstructorRequiringConverterWithPropertyAttributeTestClass.cs
│   │   │   │   ├── PublicParameterizedConstructorTestClass.cs
│   │   │   │   ├── PublicParameterizedConstructorWithNonPropertyParameterTestClass.cs
│   │   │   │   ├── PublicParameterizedConstructorWithPropertyNameConflict.cs
│   │   │   │   ├── PublicParameterizedConstructorWithPropertyNameConflictWithAttribute.cs
│   │   │   │   ├── Ratio.cs
│   │   │   │   ├── RequestOnly.cs
│   │   │   │   ├── RequiredMembersClass.cs
│   │   │   │   ├── RequiredObject.cs
│   │   │   │   ├── RoleTransfer.cs
│   │   │   │   ├── RoleTransferDirection.cs
│   │   │   │   ├── RoleTransferOperation.cs
│   │   │   │   ├── RootObject.cs
│   │   │   │   ├── SearchResult.cs
│   │   │   │   ├── SelectListItem.cs
│   │   │   │   ├── SerializationEventTestDictionary.cs
│   │   │   │   ├── SerializationEventTestList.cs
│   │   │   │   ├── SerializationEventTestObject.cs
│   │   │   │   ├── SerializationEventTestObjectWithConstructor.cs
│   │   │   │   ├── SetOnlyPropertyClass2.cs
│   │   │   │   ├── SetOnlyPropertyClass.cs
│   │   │   │   ├── Shortie.cs
│   │   │   │   ├── SqlTypesDataSet.Designer.cs
│   │   │   │   ├── SqlTypesDataSet.xsc
│   │   │   │   ├── SqlTypesDataSet.xsd
│   │   │   │   ├── SqlTypesDataSet.xss
│   │   │   │   ├── StoreColor.cs
│   │   │   │   ├── Store.cs
│   │   │   │   ├── StructTest.cs
│   │   │   │   ├── SubKlass.cs
│   │   │   │   ├── SuperKlass.cs
│   │   │   │   ├── TestClass.cs
│   │   │   │   ├── TestComponent.cs
│   │   │   │   ├── TestComponentSimple.cs
│   │   │   │   ├── TestObject.cs
│   │   │   │   ├── TraceWriter.cs
│   │   │   │   ├── TypeClass.cs
│   │   │   │   ├── TypeConverterJsonConverter.cs
│   │   │   │   ├── TypedSubHashtable.cs
│   │   │   │   ├── UriGuidTimeSpanTestClass.cs
│   │   │   │   ├── UserNullable.cs
│   │   │   │   ├── VersionKeyedCollection.cs
│   │   │   │   ├── Widget1.cs
│   │   │   │   ├── Widget.cs
│   │   │   │   ├── WidgetId1.cs
│   │   │   │   ├── WidgetId.cs
│   │   │   │   ├── WidgetIdJsonConverter.cs
│   │   │   │   └── WithEnums.cs
│   │   │   └── Utilities
│   │   │   ├── ConvertUtilsTests.cs
│   │   │   ├── DateTimeUtilsTests.cs
│   │   │   ├── DynamicReflectionDelegateFactoryTests.cs
│   │   │   ├── ExpressionReflectionDelegateFactoryTests.cs
│   │   │   ├── LateboundReflectionDelegateFactoryTests.cs
│   │   │   ├── ReflectionUtilsTests.cs
│   │   │   └── StringUtilsTests.cs
│   │   └── NuGet.Config
│   └── Tools
│   ├── 7-zip
│   │   ├── 7za.exe
│   │   ├── 7-zip.chm
│   │   ├── copying.txt
│   │   ├── license.txt
│   │   └── readme.txt
│   ├── Dotnet
│   │   └── dotnet-install.ps1
│   ├── NUnit
│   │   ├── framework
│   │   │   ├── nunit.framework.dll
│   │   │   ├── nunit.framework.xml
│   │   │   ├── nunit.mocks.dll
│   │   │   └── pnunit.framework.dll
│   │   ├── lib
│   │   │   ├── Images
│   │   │   │   ├── Ellipsis.gif
│   │   │   │   ├── pinned.gif
│   │   │   │   ├── Tree
│   │   │   │   │   ├── Circles
│   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   ├── Classic
│   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   ├── Default
│   │   │   │   │   │   ├── Failure.png
│   │   │   │   │   │   ├── Ignored.png
│   │   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   │   ├── Skipped.png
│   │   │   │   │   │   └── Success.png
│   │   │   │   │   └── Visual Studio
│   │   │   │   │   ├── Failure.png
│   │   │   │   │   ├── Ignored.png
│   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   ├── SeriousWarning.png
│   │   │   │   │   ├── Skipped.png
│   │   │   │   │   └── Success.png
│   │   │   │   └── unpinned.gif
│   │   │   ├── log4net.dll
│   │   │   ├── NSubstitute.dll
│   │   │   ├── NSubstitute.xml
│   │   │   ├── nunit-console-runner.dll
│   │   │   ├── nunit.core.dll
│   │   │   ├── nunit.core.interfaces.dll
│   │   │   ├── nunit-gui-runner.dll
│   │   │   ├── nunit.uiexception.dll
│   │   │   ├── nunit.uikit.dll
│   │   │   ├── nunit.util.dll
│   │   │   ├── Rhino.Mocks.dll
│   │   │   └── Rhino.Mocks.xml
│   │   ├── nunit-agent.exe
│   │   ├── nunit-agent.exe.config
│   │   ├── nunit-agent-x86.exe
│   │   ├── nunit-agent-x86.exe.config
│   │   ├── nunit-console.exe
│   │   ├── nunit-console.exe.config
│   │   ├── nunit-console-x86.exe
│   │   ├── nunit-console-x86.exe.config
│   │   ├── nunit.exe
│   │   ├── nunit.exe.config
│   │   ├── nunit-x86.exe
│   │   └── nunit-x86.exe.config
│   └── PSake
│   └── psake.psm1
├── test01
│   ├── Account.cs
│   ├── altercode.cs
│   ├── altercode.Designer.cs
│   ├── altercode.resx
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── ~$Book1.xlsx
│   │   ├── Book1.xlsx
│   │   ├── Microsoft.DirectX.DirectSound.dll
│   │   ├── Microsoft.DirectX.DirectSound.xml
│   │   ├── Microsoft.DirectX.dll
│   │   ├── Microsoft.DirectX.xml
│   │   ├── MySql.Data.Entity.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.pdb
│   │   ├── Newtonsoft.Json.xml
│   │   ├── properties.ini
│   │   ├── TagReaderLibrary.dll
│   │   ├── test01.exe
│   │   ├── test01.exe.config
│   │   ├── test01.pdb
│   │   ├── test01.vshost.exe
│   │   ├── test01.vshost.exe.config
│   │   ├── test01.vshost.exe.manifest
│   │   └── viewer.exe
│   ├── Json100r1
│   │   ├── Bin
│   │   │   ├── net20
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net35
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net40
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── net45
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── netstandard1.0
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   ├── netstandard1.3
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.pdb
│   │   │   │   └── Newtonsoft.Json.xml
│   │   │   └── portable-net45+win8+wpa81+wp8
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   └── Newtonsoft.Json.xml
│   │   ├── license.txt
│   │   ├── readme.txt
│   │   └── Source
│   │   ├── Build
│   │   │   ├── build.ps1
│   │   │   ├── install.ps1
│   │   │   ├── Newtonsoft.Json.nuspec
│   │   │   ├── runbuild.cmd
│   │   │   └── runbuild.ps1
│   │   ├── Doc
│   │   │   ├── ConditionalProperties.aml
│   │   │   ├── ContractResolver.aml
│   │   │   ├── ConvertingJSONandXML.aml
│   │   │   ├── CreatingLINQtoJSON.aml
│   │   │   ├── cross.png
│   │   │   ├── CustomCreationConverter.aml
│   │   │   ├── DatesInJSON.aml
│   │   │   ├── doc.content
│   │   │   ├── doc.shfbproj
│   │   │   ├── donate.gif
│   │   │   ├── icons
│   │   │   │   ├── favicon.ico
│   │   │   │   └── logo.jpg
│   │   │   ├── Introduction.aml
│   │   │   ├── JsonNetVsDotNetSerializers.aml
│   │   │   ├── JsonSchema.aml
│   │   │   ├── license.txt
│   │   │   ├── LINQtoJSON.aml
│   │   │   ├── ParsingLINQtoJSON.aml
│   │   │   ├── Performance.aml
│   │   │   ├── performance.png
│   │   │   ├── PreserveObjectReferences.aml
│   │   │   ├── QueryingLINQtoJSON.aml
│   │   │   ├── ReadingWritingJSON.aml
│   │   │   ├── readme.txt
│   │   │   ├── ReducingSerializedJSONSize.aml
│   │   │   ├── Samples
│   │   │   │   ├── Bson
│   │   │   │   │   ├── DeserializeFromBson.aml
│   │   │   │   │   ├── DeserializeFromBsonCollection.aml
│   │   │   │   │   └── SerializeToBson.aml
│   │   │   │   ├── Json
│   │   │   │   │   ├── CustomJsonReader.aml
│   │   │   │   │   ├── CustomJsonWriter.aml
│   │   │   │   │   ├── ReadJsonWithJsonTextReader.aml
│   │   │   │   │   ├── ReadMultipleContentWithJsonReader.aml
│   │   │   │   │   └── WriteJsonWithJsonTextWriter.aml
│   │   │   │   ├── Linq
│   │   │   │   │   ├── Clone.aml
│   │   │   │   │   ├── CreateJsonAnonymousObject.aml
│   │   │   │   │   ├── CreateJsonCollectionInitializer.aml
│   │   │   │   │   ├── CreateJsonDeclaratively.aml
│   │   │   │   │   ├── CreateJsonDynamic.aml
│   │   │   │   │   ├── CreateJsonJTokenWriter.aml
│   │   │   │   │   ├── CreateJsonManually.aml
│   │   │   │   │   ├── CreateReader.aml
│   │   │   │   │   ├── CreateWriter.aml
│   │   │   │   │   ├── DeepEquals.aml
│   │   │   │   │   ├── DeserializeWithLinq.aml
│   │   │   │   │   ├── FromObject.aml
│   │   │   │   │   ├── JObjectProperties.aml
│   │   │   │   │   ├── JTokenAnnotation.aml
│   │   │   │   │   ├── JValueCast.aml
│   │   │   │   │   ├── JValueValue.aml
│   │   │   │   │   ├── MergeJson.aml
│   │   │   │   │   ├── ModifyJson.aml
│   │   │   │   │   ├── ParseJsonAny.aml
│   │   │   │   │   ├── ParseJsonArray.aml
│   │   │   │   │   ├── ParseJsonObject.aml
│   │   │   │   │   ├── QueryJson.aml
│   │   │   │   │   ├── QueryJsonDynamic.aml
│   │   │   │   │   ├── QueryJsonLinq.aml
│   │   │   │   │   ├── QueryJsonSelectToken.aml
│   │   │   │   │   ├── QueryJsonSelectTokenEscaped.aml
│   │   │   │   │   ├── QueryJsonSelectTokenJsonPath.aml
│   │   │   │   │   ├── QueryJsonSelectTokenWithLinq.aml
│   │   │   │   │   ├── ReadJson.aml
│   │   │   │   │   ├── ReadJTokenFromBson.aml
│   │   │   │   │   ├── SerializeWithLinq.aml
│   │   │   │   │   ├── ToObjectComplex.aml
│   │   │   │   │   ├── ToObjectGeneric.aml
│   │   │   │   │   ├── ToObjectType.aml
│   │   │   │   │   ├── ToString.aml
│   │   │   │   │   ├── ToStringJsonConverter.aml
│   │   │   │   │   ├── WriteJTokenToBson.aml
│   │   │   │   │   └── WriteToJsonFile.aml
│   │   │   │   ├── Samples.aml
│   │   │   │   ├── Schema
│   │   │   │   │   ├── CreateJsonSchemaManually.aml
│   │   │   │   │   ├── JsonSchemaParse.aml
│   │   │   │   │   ├── JsonValidatingReaderAndSerializer.aml
│   │   │   │   │   ├── JTokenIsValid.aml
│   │   │   │   │   ├── JTokenIsValidWithMessages.aml
│   │   │   │   │   ├── JTokenValidateWithEvent.aml
│   │   │   │   │   ├── LoadJsonSchemaFromFile.aml
│   │   │   │   │   ├── RefJsonSchemaResolver.aml
│   │   │   │   │   └── SaveJsonSchemaToFile.aml
│   │   │   │   ├── Serializer
│   │   │   │   │   ├── CustomContractResolver.aml
│   │   │   │   │   ├── CustomJsonConverter.aml
│   │   │   │   │   ├── CustomTraceWriter.aml
│   │   │   │   │   ├── DataContractAndDataMember.aml
│   │   │   │   │   ├── DefaultSettings.aml
│   │   │   │   │   ├── DefaultValueAttributeIgnore.aml
│   │   │   │   │   ├── DefaultValueHandlingIgnore.aml
│   │   │   │   │   ├── DeserializeAnonymousType.aml
│   │   │   │   │   ├── DeserializeCollection.aml
│   │   │   │   │   ├── DeserializeConstructorHandling.aml
│   │   │   │   │   ├── DeserializeCustomCreationConverter.aml
│   │   │   │   │   ├── DeserializeDataSet.aml
│   │   │   │   │   ├── DeserializeDateFormatString.aml
│   │   │   │   │   ├── DeserializeDictionary.aml
│   │   │   │   │   ├── DeserializeExtensionData.aml
│   │   │   │   │   ├── DeserializeImmutableCollections.aml
│   │   │   │   │   ├── DeserializeMetadataPropertyHandling.aml
│   │   │   │   │   ├── DeserializeMissingMemberHandling.aml
│   │   │   │   │   ├── DeserializeObject.aml
│   │   │   │   │   ├── DeserializeObjectCreationHandling.aml
│   │   │   │   │   ├── DeserializeWithDependencyInjection.aml
│   │   │   │   │   ├── DeserializeWithJsonSerializerFromFile.aml
│   │   │   │   │   ├── ErrorHandlingAttribute.aml
│   │   │   │   │   ├── ErrorHandlingEvent.aml
│   │   │   │   │   ├── JsonConstructorAttribute.aml
│   │   │   │   │   ├── JsonConverterAttributeClass.aml
│   │   │   │   │   ├── JsonConverterAttributeProperty.aml
│   │   │   │   │   ├── JsonObjectAttributeOptIn.aml
│   │   │   │   │   ├── JsonObjectAttributeOverrideIEnumerable.aml
│   │   │   │   │   ├── JsonPropertyItemLevelSetting.aml
│   │   │   │   │   ├── JsonPropertyName.aml
│   │   │   │   │   ├── JsonPropertyOrder.aml
│   │   │   │   │   ├── JsonPropertyPropertyLevelSetting.aml
│   │   │   │   │   ├── JsonPropertyRequired.aml
│   │   │   │   │   ├── MaxDepth.aml
│   │   │   │   │   ├── NamingStrategyAttributes.aml
│   │   │   │   │   ├── NamingStrategyCamelCase.aml
│   │   │   │   │   ├── NamingStrategySkipDictionaryKeys.aml
│   │   │   │   │   ├── NamingStrategySkipSpecifiedNames.aml
│   │   │   │   │   ├── NamingStrategySnakeCase.aml
│   │   │   │   │   ├── NullValueHandlingIgnore.aml
│   │   │   │   │   ├── PopulateObject.aml
│   │   │   │   │   ├── PreserveReferencesHandlingObject.aml
│   │   │   │   │   ├── PropertyJsonIgnore.aml
│   │   │   │   │   ├── ReferenceLoopHandlingIgnore.aml
│   │   │   │   │   ├── SerializationCallbackAttributes.aml
│   │   │   │   │   ├── SerializeCollection.aml
│   │   │   │   │   ├── SerializeConditionalProperty.aml
│   │   │   │   │   ├── SerializeContractResolver.aml
│   │   │   │   │   ├── SerializeDataSet.aml
│   │   │   │   │   ├── SerializeDateFormatHandling.aml
│   │   │   │   │   ├── SerializeDateFormatString.aml
│   │   │   │   │   ├── SerializeDateTimeZoneHandling.aml
│   │   │   │   │   ├── SerializeDictionary.aml
│   │   │   │   │   ├── SerializeExtensionData.aml
│   │   │   │   │   ├── SerializeImmutableCollections.aml
│   │   │   │   │   ├── SerializeObject.aml
│   │   │   │   │   ├── SerializeRawJson.aml
│   │   │   │   │   ├── SerializeSerializationBinder.aml
│   │   │   │   │   ├── SerializeTypeNameHandling.aml
│   │   │   │   │   ├── SerializeUnindentedJson.aml
│   │   │   │   │   ├── SerializeWithJsonConverters.aml
│   │   │   │   │   ├── SerializeWithJsonSerializerToFile.aml
│   │   │   │   │   └── TraceWriter.aml
│   │   │   │   └── Xml
│   │   │   │   ├── ConvertJsonToXml.aml
│   │   │   │   ├── ConvertXmlToJson.aml
│   │   │   │   └── ConvertXmlToJsonForceArray.aml
│   │   │   ├── SelectToken.aml
│   │   │   ├── SerializationAttributes.aml
│   │   │   ├── SerializationCallbacks.aml
│   │   │   ├── SerializationErrorHandling.aml
│   │   │   ├── SerializationGuide.aml
│   │   │   ├── SerializationSettings.aml
│   │   │   ├── SerializationTracing.aml
│   │   │   ├── SerializingCollections.aml
│   │   │   ├── SerializingJSON.aml
│   │   │   ├── SerializingJSONFragments.aml
│   │   │   └── tick.png
│   │   ├── Src
│   │   │   ├── global.json
│   │   │   ├── Newtonsoft.Json
│   │   │   │   ├── Bson
│   │   │   │   │   ├── BsonBinaryType.cs
│   │   │   │   │   ├── BsonBinaryWriter.cs
│   │   │   │   │   ├── BsonObjectId.cs
│   │   │   │   │   ├── BsonReader.cs
│   │   │   │   │   ├── BsonToken.cs
│   │   │   │   │   ├── BsonType.cs
│   │   │   │   │   └── BsonWriter.cs
│   │   │   │   ├── ConstructorHandling.cs
│   │   │   │   ├── Converters
│   │   │   │   │   ├── BinaryConverter.cs
│   │   │   │   │   ├── BsonObjectIdConverter.cs
│   │   │   │   │   ├── CustomCreationConverter.cs
│   │   │   │   │   ├── DataSetConverter.cs
│   │   │   │   │   ├── DataTableConverter.cs
│   │   │   │   │   ├── DateTimeConverterBase.cs
│   │   │   │   │   ├── DiscriminatedUnionConverter.cs
│   │   │   │   │   ├── EntityKeyMemberConverter.cs
│   │   │   │   │   ├── ExpandoObjectConverter.cs
│   │   │   │   │   ├── IsoDateTimeConverter.cs
│   │   │   │   │   ├── JavaScriptDateTimeConverter.cs
│   │   │   │   │   ├── KeyValuePairConverter.cs
│   │   │   │   │   ├── RegexConverter.cs
│   │   │   │   │   ├── StringEnumConverter.cs
│   │   │   │   │   ├── VersionConverter.cs
│   │   │   │   │   └── XmlNodeConverter.cs
│   │   │   │   ├── DateFormatHandling.cs
│   │   │   │   ├── DateParseHandling.cs
│   │   │   │   ├── DateTimeZoneHandling.cs
│   │   │   │   ├── DefaultValueHandling.cs
│   │   │   │   ├── Dynamic.snk
│   │   │   │   ├── FloatFormatHandling.cs
│   │   │   │   ├── FloatParseHandling.cs
│   │   │   │   ├── FormatterAssemblyStyle.cs
│   │   │   │   ├── Formatting.cs
│   │   │   │   ├── IArrayPool.cs
│   │   │   │   ├── IJsonLineInfo.cs
│   │   │   │   ├── JsonArrayAttribute.cs
│   │   │   │   ├── JsonConstructorAttribute.cs
│   │   │   │   ├── JsonContainerAttribute.cs
│   │   │   │   ├── JsonConvert.cs
│   │   │   │   ├── JsonConverterAttribute.cs
│   │   │   │   ├── JsonConverterCollection.cs
│   │   │   │   ├── JsonConverter.cs
│   │   │   │   ├── JsonDictionaryAttribute.cs
│   │   │   │   ├── JsonException.cs
│   │   │   │   ├── JsonExtensionDataAttribute.cs
│   │   │   │   ├── JsonIgnoreAttribute.cs
│   │   │   │   ├── JsonObjectAttribute.cs
│   │   │   │   ├── JsonPosition.cs
│   │   │   │   ├── JsonPropertyAttribute.cs
│   │   │   │   ├── JsonReader.Async.cs
│   │   │   │   ├── JsonReader.cs
│   │   │   │   ├── JsonReaderException.cs
│   │   │   │   ├── JsonRequiredAttribute.cs
│   │   │   │   ├── JsonSerializationException.cs
│   │   │   │   ├── JsonSerializer.cs
│   │   │   │   ├── JsonSerializerSettings.cs
│   │   │   │   ├── JsonTextReader.Async.cs
│   │   │   │   ├── JsonTextReader.cs
│   │   │   │   ├── JsonTextWriter.Async.cs
│   │   │   │   ├── JsonTextWriter.cs
│   │   │   │   ├── JsonToken.cs
│   │   │   │   ├── JsonValidatingReader.cs
│   │   │   │   ├── JsonWriter.Async.cs
│   │   │   │   ├── JsonWriter.cs
│   │   │   │   ├── JsonWriterException.cs
│   │   │   │   ├── Linq
│   │   │   │   │   ├── CommentHandling.cs
│   │   │   │   │   ├── Extensions.cs
│   │   │   │   │   ├── IJEnumerable.cs
│   │   │   │   │   ├── JArray.Async.cs
│   │   │   │   │   ├── JArray.cs
│   │   │   │   │   ├── JConstructor.Async.cs
│   │   │   │   │   ├── JConstructor.cs
│   │   │   │   │   ├── JContainer.Async.cs
│   │   │   │   │   ├── JContainer.cs
│   │   │   │   │   ├── JEnumerable.cs
│   │   │   │   │   ├── JObject.Async.cs
│   │   │   │   │   ├── JObject.cs
│   │   │   │   │   ├── JProperty.Async.cs
│   │   │   │   │   ├── JProperty.cs
│   │   │   │   │   ├── JPropertyDescriptor.cs
│   │   │   │   │   ├── JPropertyKeyedCollection.cs
│   │   │   │   │   ├── JRaw.Async.cs
│   │   │   │   │   ├── JRaw.cs
│   │   │   │   │   ├── JsonLoadSettings.cs
│   │   │   │   │   ├── JsonMergeSettings.cs
│   │   │   │   │   ├── JsonPath
│   │   │   │   │   │   ├── ArrayIndexFilter.cs
│   │   │   │   │   │   ├── ArrayMultipleIndexFilter.cs
│   │   │   │   │   │   ├── ArraySliceFilter.cs
│   │   │   │   │   │   ├── FieldFilter.cs
│   │   │   │   │   │   ├── FieldMultipleFilter.cs
│   │   │   │   │   │   ├── JPath.cs
│   │   │   │   │   │   ├── PathFilter.cs
│   │   │   │   │   │   ├── QueryExpression.cs
│   │   │   │   │   │   ├── QueryFilter.cs
│   │   │   │   │   │   ├── RootFilter.cs
│   │   │   │   │   │   ├── ScanFilter.cs
│   │   │   │   │   │   └── ScanMultipleFilter.cs
│   │   │   │   │   ├── JToken.Async.cs
│   │   │   │   │   ├── JToken.cs
│   │   │   │   │   ├── JTokenEqualityComparer.cs
│   │   │   │   │   ├── JTokenReader.cs
│   │   │   │   │   ├── JTokenType.cs
│   │   │   │   │   ├── JTokenWriter.Async.cs
│   │   │   │   │   ├── JTokenWriter.cs
│   │   │   │   │   ├── JValue.Async.cs
│   │   │   │   │   ├── JValue.cs
│   │   │   │   │   ├── MergeArrayHandling.cs
│   │   │   │   │   └── MergeNullValueHandling.cs
│   │   │   │   ├── MemberSerialization.cs
│   │   │   │   ├── MetadataPropertyHandling.cs
│   │   │   │   ├── MissingMemberHandling.cs
│   │   │   │   ├── Newtonsoft.Json.csproj
│   │   │   │   ├── Newtonsoft.Json.Net20.csproj
│   │   │   │   ├── Newtonsoft.Json.Net20.project.json
│   │   │   │   ├── Newtonsoft.Json.Net35.csproj
│   │   │   │   ├── Newtonsoft.Json.Net35.project.json
│   │   │   │   ├── Newtonsoft.Json.Net40.csproj
│   │   │   │   ├── Newtonsoft.Json.Net40.project.json
│   │   │   │   ├── Newtonsoft.Json.Portable.csproj
│   │   │   │   ├── Newtonsoft.Json.Portable.project.json
│   │   │   │   ├── Newtonsoft.Json.project.json
│   │   │   │   ├── Newtonsoft.Json.Roslyn.csproj
│   │   │   │   ├── Newtonsoft.Json.ruleset
│   │   │   │   ├── NullValueHandling.cs
│   │   │   │   ├── ObjectCreationHandling.cs
│   │   │   │   ├── PreserveReferencesHandling.cs
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── ReferenceLoopHandling.cs
│   │   │   │   ├── Required.cs
│   │   │   │   ├── Schema
│   │   │   │   │   ├── Extensions.cs
│   │   │   │   │   ├── JsonSchemaBuilder.cs
│   │   │   │   │   ├── JsonSchemaConstants.cs
│   │   │   │   │   ├── JsonSchema.cs
│   │   │   │   │   ├── JsonSchemaException.cs
│   │   │   │   │   ├── JsonSchemaGenerator.cs
│   │   │   │   │   ├── JsonSchemaModelBuilder.cs
│   │   │   │   │   ├── JsonSchemaModel.cs
│   │   │   │   │   ├── JsonSchemaNodeCollection.cs
│   │   │   │   │   ├── JsonSchemaNode.cs
│   │   │   │   │   ├── JsonSchemaResolver.cs
│   │   │   │   │   ├── JsonSchemaType.cs
│   │   │   │   │   ├── JsonSchemaWriter.cs
│   │   │   │   │   ├── UndefinedSchemaIdHandling.cs
│   │   │   │   │   ├── ValidationEventArgs.cs
│   │   │   │   │   └── ValidationEventHandler.cs
│   │   │   │   ├── Serialization
│   │   │   │   │   ├── CachedAttributeGetter.cs
│   │   │   │   │   ├── CamelCaseNamingStrategy.cs
│   │   │   │   │   ├── CamelCasePropertyNamesContractResolver.cs
│   │   │   │   │   ├── DefaultContractResolver.cs
│   │   │   │   │   ├── DefaultNamingStrategy.cs
│   │   │   │   │   ├── DefaultReferenceResolver.cs
│   │   │   │   │   ├── DefaultSerializationBinder.cs
│   │   │   │   │   ├── DiagnosticsTraceWriter.cs
│   │   │   │   │   ├── DynamicValueProvider.cs
│   │   │   │   │   ├── ErrorContext.cs
│   │   │   │   │   ├── ErrorEventArgs.cs
│   │   │   │   │   ├── ExpressionValueProvider.cs
│   │   │   │   │   ├── FormatterConverter.cs
│   │   │   │   │   ├── IAttributeProvider.cs
│   │   │   │   │   ├── IContractResolver.cs
│   │   │   │   │   ├── IReferenceResolver.cs
│   │   │   │   │   ├── ISerializationBinder.cs
│   │   │   │   │   ├── ITraceWriter.cs
│   │   │   │   │   ├── IValueProvider.cs
│   │   │   │   │   ├── JsonArrayContract.cs
│   │   │   │   │   ├── JsonContainerContract.cs
│   │   │   │   │   ├── JsonContract.cs
│   │   │   │   │   ├── JsonDictionaryContract.cs
│   │   │   │   │   ├── JsonDynamicContract.cs
│   │   │   │   │   ├── JsonFormatterConverter.cs
│   │   │   │   │   ├── JsonISerializableContract.cs
│   │   │   │   │   ├── JsonLinqContract.cs
│   │   │   │   │   ├── JsonObjectContract.cs
│   │   │   │   │   ├── JsonPrimitiveContract.cs
│   │   │   │   │   ├── JsonPropertyCollection.cs
│   │   │   │   │   ├── JsonProperty.cs
│   │   │   │   │   ├── JsonSerializerInternalBase.cs
│   │   │   │   │   ├── JsonSerializerInternalReader.cs
│   │   │   │   │   ├── JsonSerializerInternalWriter.cs
│   │   │   │   │   ├── JsonSerializerProxy.cs
│   │   │   │   │   ├── JsonStringContract.cs
│   │   │   │   │   ├── JsonTypeReflector.cs
│   │   │   │   │   ├── MemoryTraceWriter.cs
│   │   │   │   │   ├── NamingStrategy.cs
│   │   │   │   │   ├── ObjectConstructor.cs
│   │   │   │   │   ├── OnErrorAttribute.cs
│   │   │   │   │   ├── ReflectionAttributeProvider.cs
│   │   │   │   │   ├── ReflectionValueProvider.cs
│   │   │   │   │   ├── SerializationBinderAdapter.cs
│   │   │   │   │   ├── SnakeCaseNamingStrategy.cs
│   │   │   │   │   ├── TraceJsonReader.cs
│   │   │   │   │   └── TraceJsonWriter.cs
│   │   │   │   ├── SerializationBinder.cs
│   │   │   │   ├── StringEscapeHandling.cs
│   │   │   │   ├── TraceLevel.cs
│   │   │   │   ├── TypeNameAssemblyFormatHandling.cs
│   │   │   │   ├── TypeNameHandling.cs
│   │   │   │   ├── Utilities
│   │   │   │   │   ├── AsyncUtils.cs
│   │   │   │   │   ├── Base64Encoder.cs
│   │   │   │   │   ├── BidirectionalDictionary.cs
│   │   │   │   │   ├── CollectionUtils.cs
│   │   │   │   │   ├── CollectionWrapper.cs
│   │   │   │   │   ├── ConvertUtils.cs
│   │   │   │   │   ├── DateTimeParser.cs
│   │   │   │   │   ├── DateTimeUtils.cs
│   │   │   │   │   ├── DictionaryWrapper.cs
│   │   │   │   │   ├── DynamicProxy.cs
│   │   │   │   │   ├── DynamicProxyMetaObject.cs
│   │   │   │   │   ├── DynamicReflectionDelegateFactory.cs
│   │   │   │   │   ├── DynamicUtils.cs
│   │   │   │   │   ├── EnumUtils.cs
│   │   │   │   │   ├── EnumValue.cs
│   │   │   │   │   ├── ExpressionReflectionDelegateFactory.cs
│   │   │   │   │   ├── FSharpUtils.cs
│   │   │   │   │   ├── ILGeneratorExtensions.cs
│   │   │   │   │   ├── ImmutableCollectionsUtils.cs
│   │   │   │   │   ├── JavaScriptUtils.cs
│   │   │   │   │   ├── JsonTokenUtils.cs
│   │   │   │   │   ├── LateBoundReflectionDelegateFactory.cs
│   │   │   │   │   ├── LinqBridge.cs
│   │   │   │   │   ├── MathUtils.cs
│   │   │   │   │   ├── MethodBinder.cs
│   │   │   │   │   ├── MethodCall.cs
│   │   │   │   │   ├── MiscellaneousUtils.cs
│   │   │   │   │   ├── PropertyNameTable.cs
│   │   │   │   │   ├── ReflectionDelegateFactory.cs
│   │   │   │   │   ├── ReflectionObject.cs
│   │   │   │   │   ├── ReflectionUtils.cs
│   │   │   │   │   ├── StringBuffer.cs
│   │   │   │   │   ├── StringReference.cs
│   │   │   │   │   ├── StringUtils.cs
│   │   │   │   │   ├── ThreadSafeStore.cs
│   │   │   │   │   ├── TypeExtensions.cs
│   │   │   │   │   └── ValidationUtils.cs
│   │   │   │   └── WriteState.cs
│   │   │   ├── Newtonsoft.Json.Net20.sln
│   │   │   ├── Newtonsoft.Json.Net35.sln
│   │   │   ├── Newtonsoft.Json.Net40.sln
│   │   │   ├── Newtonsoft.Json.Portable.sln
│   │   │   ├── Newtonsoft.Json.Roslyn.sln
│   │   │   ├── Newtonsoft.Json.sln
│   │   │   ├── Newtonsoft.Json.sln.DotSettings
│   │   │   ├── Newtonsoft.Json.TestConsole
│   │   │   │   ├── App.config
│   │   │   │   ├── Newtonsoft.Json.TestConsole.csproj
│   │   │   │   ├── Newtonsoft.Json.TestConsole.project.json
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Newtonsoft.Json.Tests
│   │   │   │   ├── Benchmarks
│   │   │   │   │   ├── BenchmarkConstants.cs
│   │   │   │   │   ├── DeserializeBenchmarks.cs
│   │   │   │   │   ├── DeserializeComparisonBenchmarks.cs
│   │   │   │   │   ├── JsonTextReaderBenchmarks.cs
│   │   │   │   │   ├── JsonTextWriterBenchmarks.cs
│   │   │   │   │   ├── JTokenBenchmarks.cs
│   │   │   │   │   ├── JValueConvertBenchmarks.cs
│   │   │   │   │   ├── LargeJArrayBenchmarks.cs
│   │   │   │   │   ├── LowLevelBenchmarks.cs
│   │   │   │   │   ├── Runner.cs
│   │   │   │   │   ├── SerializeBenchmarks.cs
│   │   │   │   │   ├── SerializeComparisonBenchmarks.cs
│   │   │   │   │   └── XmlNodeConverterBenchmarks.cs
│   │   │   │   ├── Bson
│   │   │   │   │   ├── BsonReaderAsyncTests.cs
│   │   │   │   │   ├── BsonReaderTests.cs
│   │   │   │   │   ├── BsonWriterAsyncTests.cs
│   │   │   │   │   └── BsonWriterTests.cs
│   │   │   │   ├── bunny_pancake.jpg
│   │   │   │   ├── Converters
│   │   │   │   │   ├── BinaryConverterTests.cs
│   │   │   │   │   ├── CustomCreationConverterTests.cs
│   │   │   │   │   ├── DataSetConverterTests.cs
│   │   │   │   │   ├── DataTableConverterTests.cs
│   │   │   │   │   ├── DiscriminatedUnionConverterTests.cs
│   │   │   │   │   ├── ExpandoObjectConverterTests.cs
│   │   │   │   │   ├── IsoDateTimeConverterTests.cs
│   │   │   │   │   ├── JavaScriptDateTimeConverterTests.cs
│   │   │   │   │   ├── KeyValuePairConverterTests.cs
│   │   │   │   │   ├── ObjectIdConverterTests.cs
│   │   │   │   │   ├── RegexConverterTests.cs
│   │   │   │   │   ├── StringEnumConverterTests.cs
│   │   │   │   │   ├── VersionConverterTests.cs
│   │   │   │   │   └── XmlNodeConverterTest.cs
│   │   │   │   ├── DemoTests.cs
│   │   │   │   ├── Documentation
│   │   │   │   │   ├── ConditionalPropertiesTests.cs
│   │   │   │   │   ├── ConvertingJsonAndXmlTests.cs
│   │   │   │   │   ├── JsonSchemaTests.cs
│   │   │   │   │   ├── LinqToJsonTests.cs
│   │   │   │   │   ├── PerformanceTests.cs
│   │   │   │   │   ├── ReadingAndWritingJsonTests.cs
│   │   │   │   │   ├── Samples
│   │   │   │   │   │   ├── Bson
│   │   │   │   │   │   │   ├── DeserializeFromBsonCollection.cs
│   │   │   │   │   │   │   ├── DeserializeFromBson.cs
│   │   │   │   │   │   │   └── SerializeToBson.cs
│   │   │   │   │   │   ├── Json
│   │   │   │   │   │   │   ├── CustomJsonReader.cs
│   │   │   │   │   │   │   ├── CustomJsonWriter.cs
│   │   │   │   │   │   │   ├── ReadJsonWithJsonTextReader.cs
│   │   │   │   │   │   │   ├── ReadMultipleContentWithJsonReader.cs
│   │   │   │   │   │   │   └── WriteJsonWithJsonTextWriter.cs
│   │   │   │   │   │   ├── Linq
│   │   │   │   │   │   │   ├── Clone.cs
│   │   │   │   │   │   │   ├── CreateJsonAnonymousObject.cs
│   │   │   │   │   │   │   ├── CreateJsonCollectionInitializer.cs
│   │   │   │   │   │   │   ├── CreateJsonDeclaratively.cs
│   │   │   │   │   │   │   ├── CreateJsonDynamic.cs
│   │   │   │   │   │   │   ├── CreateJsonJTokenWriter.cs
│   │   │   │   │   │   │   ├── CreateJsonManually.cs
│   │   │   │   │   │   │   ├── CreateReader.cs
│   │   │   │   │   │   │   ├── CreateWriter.cs
│   │   │   │   │   │   │   ├── DeepEquals.cs
│   │   │   │   │   │   │   ├── DeserializeWithLinq.cs
│   │   │   │   │   │   │   ├── FromObject.cs
│   │   │   │   │   │   │   ├── JObjectProperties.cs
│   │   │   │   │   │   │   ├── JTokenAnnotation.cs
│   │   │   │   │   │   │   ├── JValueCast.cs
│   │   │   │   │   │   │   ├── JValueValue.cs
│   │   │   │   │   │   │   ├── MergeJson.cs
│   │   │   │   │   │   │   ├── ModifyJson.cs
│   │   │   │   │   │   │   ├── ParseJsonAny.cs
│   │   │   │   │   │   │   ├── ParseJsonArray.cs
│   │   │   │   │   │   │   ├── ParseJsonObject.cs
│   │   │   │   │   │   │   ├── QueryJson.cs
│   │   │   │   │   │   │   ├── QueryJsonDynamic.cs
│   │   │   │   │   │   │   ├── QueryJsonLinq.cs
│   │   │   │   │   │   │   ├── QueryJsonSelectToken.cs
│   │   │   │   │   │   │   ├── QueryJsonSelectTokenEscaped.cs
│   │   │   │   │   │   │   ├── QueryJsonSelectTokenJsonPath.cs
│   │   │   │   │   │   │   ├── QueryJsonSelectTokenWithLinq.cs
│   │   │   │   │   │   │   ├── ReadJson.cs
│   │   │   │   │   │   │   ├── ReadJTokenFromBson.cs
│   │   │   │   │   │   │   ├── SerializeWithLinq.cs
│   │   │   │   │   │   │   ├── ToObjectComplex.cs
│   │   │   │   │   │   │   ├── ToObjectGeneric.cs
│   │   │   │   │   │   │   ├── ToObjectType.cs
│   │   │   │   │   │   │   ├── ToString.cs
│   │   │   │   │   │   │   ├── ToStringJsonConverter.cs
│   │   │   │   │   │   │   ├── WriteJTokenToBson.cs
│   │   │   │   │   │   │   └── WriteToJsonFile.cs
│   │   │   │   │   │   ├── Schema
│   │   │   │   │   │   │   ├── CreateJsonSchemaManually.cs
│   │   │   │   │   │   │   ├── JsonSchemaParse.cs
│   │   │   │   │   │   │   ├── JsonValidatingReaderAndSerializer.cs
│   │   │   │   │   │   │   ├── JTokenIsValid.cs
│   │   │   │   │   │   │   ├── JTokenIsValidWithMessages.cs
│   │   │   │   │   │   │   ├── JTokenValidateWithEvent.cs
│   │   │   │   │   │   │   ├── LoadJsonSchemaFromFile.cs
│   │   │   │   │   │   │   ├── RefJsonSchemaResolver.cs
│   │   │   │   │   │   │   └── SaveJsonSchemaToFile.cs
│   │   │   │   │   │   ├── Serializer
│   │   │   │   │   │   │   ├── CustomContractResolver.cs
│   │   │   │   │   │   │   ├── CustomJsonConverter.cs
│   │   │   │   │   │   │   ├── CustomTraceWriter.cs
│   │   │   │   │   │   │   ├── DataContractAndDataMember.cs
│   │   │   │   │   │   │   ├── DefaultSettings.cs
│   │   │   │   │   │   │   ├── DefaultValueAttributeIgnore.cs
│   │   │   │   │   │   │   ├── DefaultValueHandlingIgnore.cs
│   │   │   │   │   │   │   ├── DeserializeAnonymousType.cs
│   │   │   │   │   │   │   ├── DeserializeCollection.cs
│   │   │   │   │   │   │   ├── DeserializeConstructorHandling.cs
│   │   │   │   │   │   │   ├── DeserializeCustomCreationConverter.cs
│   │   │   │   │   │   │   ├── DeserializeDataSet.cs
│   │   │   │   │   │   │   ├── DeserializeDateFormatString.cs
│   │   │   │   │   │   │   ├── DeserializeDictionary.cs
│   │   │   │   │   │   │   ├── DeserializeExtensionData.cs
│   │   │   │   │   │   │   ├── DeserializeImmutableCollections.cs
│   │   │   │   │   │   │   ├── DeserializeMetadataPropertyHandling.cs
│   │   │   │   │   │   │   ├── DeserializeMissingMemberHandling.cs
│   │   │   │   │   │   │   ├── DeserializeObjectCreationHandling.cs
│   │   │   │   │   │   │   ├── DeserializeObject.cs
│   │   │   │   │   │   │   ├── DeserializeWithDependencyInjection.cs
│   │   │   │   │   │   │   ├── DeserializeWithJsonSerializerFromFile.cs
│   │   │   │   │   │   │   ├── ErrorHandlingAttribute.cs
│   │   │   │   │   │   │   ├── ErrorHandlingEvent.cs
│   │   │   │   │   │   │   ├── JsonConstructorAttribute.cs
│   │   │   │   │   │   │   ├── JsonConverterAttributeClass.cs
│   │   │   │   │   │   │   ├── JsonConverterAttributeProperty.cs
│   │   │   │   │   │   │   ├── JsonObjectAttributeOptIn.cs
│   │   │   │   │   │   │   ├── JsonObjectAttributeOverrideIEnumerable.cs
│   │   │   │   │   │   │   ├── JsonPropertyItemLevelSetting.cs
│   │   │   │   │   │   │   ├── JsonPropertyName.cs
│   │   │   │   │   │   │   ├── JsonPropertyOrder.cs
│   │   │   │   │   │   │   ├── JsonPropertyPropertyLevelSetting.cs
│   │   │   │   │   │   │   ├── JsonPropertyRequired.cs
│   │   │   │   │   │   │   ├── MaxDepth.cs
│   │   │   │   │   │   │   ├── NamingStrategyAttributes.cs
│   │   │   │   │   │   │   ├── NamingStrategyCamelCase.cs
│   │   │   │   │   │   │   ├── NamingStrategySkipDictionaryKeys.cs
│   │   │   │   │   │   │   ├── NamingStrategySkipSpecifiedNames.cs
│   │   │   │   │   │   │   ├── NamingStrategySnakeCase.cs
│   │   │   │   │   │   │   ├── NullValueHandlingIgnore.cs
│   │   │   │   │   │   │   ├── PopulateObject.cs
│   │   │   │   │   │   │   ├── PreserveReferencesHandlingObject.cs
│   │   │   │   │   │   │   ├── PropertyJsonIgnore.cs
│   │   │   │   │   │   │   ├── ReferenceLoopHandlingIgnore.cs
│   │   │   │   │   │   │   ├── SerializationCallbackAttributes.cs
│   │   │   │   │   │   │   ├── SerializeCollection.cs
│   │   │   │   │   │   │   ├── SerializeConditionalProperty.cs
│   │   │   │   │   │   │   ├── SerializeContractResolver.cs
│   │   │   │   │   │   │   ├── SerializeDataSet.cs
│   │   │   │   │   │   │   ├── SerializeDateFormatHandling.cs
│   │   │   │   │   │   │   ├── SerializeDateFormatString.cs
│   │   │   │   │   │   │   ├── SerializeDateTimeZoneHandling.cs
│   │   │   │   │   │   │   ├── SerializeDictionary.cs
│   │   │   │   │   │   │   ├── SerializeExtensionData.cs
│   │   │   │   │   │   │   ├── SerializeImmutableCollections.cs
│   │   │   │   │   │   │   ├── SerializeObject.cs
│   │   │   │   │   │   │   ├── SerializeRawJson.cs
│   │   │   │   │   │   │   ├── SerializeSerializationBinder.cs
│   │   │   │   │   │   │   ├── SerializeTypeNameHandling.cs
│   │   │   │   │   │   │   ├── SerializeUnindentedJson.cs
│   │   │   │   │   │   │   ├── SerializeWithJsonConverters.cs
│   │   │   │   │   │   │   ├── SerializeWithJsonSerializerToFile.cs
│   │   │   │   │   │   │   └── TraceWriter.cs
│   │   │   │   │   │   └── Xml
│   │   │   │   │   │   ├── ConvertJsonToXml.cs
│   │   │   │   │   │   ├── ConvertXmlToJson.cs
│   │   │   │   │   │   └── ConvertXmlToJsonForceArray.cs
│   │   │   │   │   ├── SerializationTests.cs
│   │   │   │   │   └── TraceWriterTests.cs
│   │   │   │   ├── ExceptionTests.cs
│   │   │   │   ├── FileSystemEntityModel.Designer.cs
│   │   │   │   ├── FileSystemEntityModel.edmx
│   │   │   │   ├── JsonArrayAttributeTests.cs
│   │   │   │   ├── JsonConvertTest.cs
│   │   │   │   ├── JsonTextReaderTests
│   │   │   │   │   ├── ExceptionHandlingAsyncTests.cs
│   │   │   │   │   ├── ExceptionHandlingTests.cs
│   │   │   │   │   ├── FloatAsyncTests.cs
│   │   │   │   │   ├── FloatTests.cs
│   │   │   │   │   ├── MiscAsyncTests.cs
│   │   │   │   │   ├── MiscTests.cs
│   │   │   │   │   ├── ParseAsyncTests.cs
│   │   │   │   │   ├── ParseTests.cs
│   │   │   │   │   ├── ReadAsyncTests.cs
│   │   │   │   │   └── ReadTests.cs
│   │   │   │   ├── JsonTextWriterAsyncTests.cs
│   │   │   │   ├── JsonTextWriterTest.cs
│   │   │   │   ├── JsonValidatingReaderTests.cs
│   │   │   │   ├── large.json
│   │   │   │   ├── large_sample.xml
│   │   │   │   ├── Linq
│   │   │   │   │   ├── AnnotationsTests.cs
│   │   │   │   │   ├── ComponentModel
│   │   │   │   │   │   ├── BindingTests.cs
│   │   │   │   │   │   └── JPropertyDescriptorTests.cs
│   │   │   │   │   ├── DynamicTests.cs
│   │   │   │   │   ├── JArrayTests.cs
│   │   │   │   │   ├── JConstructorAsyncTests.cs
│   │   │   │   │   ├── JConstructorTests.cs
│   │   │   │   │   ├── JObjectAsyncTests.cs
│   │   │   │   │   ├── JObjectTests.cs
│   │   │   │   │   ├── JPropertyAsyncTests.cs
│   │   │   │   │   ├── JPropertyTests.cs
│   │   │   │   │   ├── JRawTests.cs
│   │   │   │   │   ├── JsonPath
│   │   │   │   │   │   ├── JPathExecuteTests.cs
│   │   │   │   │   │   ├── JPathParseTests.cs
│   │   │   │   │   │   └── QueryExpressionTests.cs
│   │   │   │   │   ├── JTokenAsyncTests.cs
│   │   │   │   │   ├── JTokenEqualityComparerTests.cs
│   │   │   │   │   ├── JTokenReaderAsyncTests.cs
│   │   │   │   │   ├── JTokenReaderTest.cs
│   │   │   │   │   ├── JTokenTests.cs
│   │   │   │   │   ├── JTokenWriterAsyncTests.cs
│   │   │   │   │   ├── JTokenWriterTest.cs
│   │   │   │   │   ├── JValueAsyncTests.cs
│   │   │   │   │   ├── JValueTests.cs
│   │   │   │   │   ├── LinqToJsonAsyncTests.cs
│   │   │   │   │   ├── LinqToJsonTest.cs
│   │   │   │   │   └── MergeTests.cs
│   │   │   │   ├── LinqToSql
│   │   │   │   │   ├── DepartmentConverter.cs
│   │   │   │   │   ├── Department.cs
│   │   │   │   │   ├── GuidByteArrayConverter.cs
│   │   │   │   │   ├── LinqToSqlClasses.dbml
│   │   │   │   │   ├── LinqToSqlClasses.dbml.layout
│   │   │   │   │   ├── LinqToSqlClasses.designer.cs
│   │   │   │   │   ├── LinqToSqlClassesSerializationTests.cs
│   │   │   │   │   ├── Person.cs
│   │   │   │   │   └── Role.cs
│   │   │   │   ├── Newtonsoft.Json.Tests.csproj
│   │   │   │   ├── Newtonsoft.Json.Tests.Net20.csproj
│   │   │   │   ├── Newtonsoft.Json.Tests.Net20.project.json
│   │   │   │   ├── Newtonsoft.Json.Tests.Net35.csproj
│   │   │   │   ├── Newtonsoft.Json.Tests.Net35.project.json
│   │   │   │   ├── Newtonsoft.Json.Tests.Net40.csproj
│   │   │   │   ├── Newtonsoft.Json.Tests.Net40.project.json
│   │   │   │   ├── Newtonsoft.Json.Tests.Portable.csproj
│   │   │   │   ├── Newtonsoft.Json.Tests.Portable.project.json
│   │   │   │   ├── Newtonsoft.Json.Tests.project.json
│   │   │   │   ├── Newtonsoft.Json.Tests.Roslyn.csproj
│   │   │   │   ├── PoisonText.txt
│   │   │   │   ├── Properties
│   │   │   │   │   └── AssemblyInfo.cs
│   │   │   │   ├── Schema
│   │   │   │   │   ├── ExtensionsTests.cs
│   │   │   │   │   ├── JsonSchemaBuilderTests.cs
│   │   │   │   │   ├── JsonSchemaGeneratorTests.cs
│   │   │   │   │   ├── JsonSchemaModelBuilderTests.cs
│   │   │   │   │   ├── JsonSchemaNodeTests.cs
│   │   │   │   │   ├── JsonSchemaSpecTests.cs
│   │   │   │   │   ├── JsonSchemaTests.cs
│   │   │   │   │   ├── PerformanceTests.cs
│   │   │   │   │   └── Specs
│   │   │   │   │   ├── additionalItems.json
│   │   │   │   │   ├── additionalProperties.json
│   │   │   │   │   ├── dependencies.json
│   │   │   │   │   ├── disallow.json
│   │   │   │   │   ├── divisibleBy.json
│   │   │   │   │   ├── enum.json
│   │   │   │   │   ├── extends.json
│   │   │   │   │   ├── items.json
│   │   │   │   │   ├── maximum.json
│   │   │   │   │   ├── maxItems.json
│   │   │   │   │   ├── maxLength.json
│   │   │   │   │   ├── minimum.json
│   │   │   │   │   ├── minItems.json
│   │   │   │   │   ├── minLength.json
│   │   │   │   │   ├── pattern.json
│   │   │   │   │   ├── patternProperties.json
│   │   │   │   │   ├── properties.json
│   │   │   │   │   ├── ref.json
│   │   │   │   │   ├── required.json
│   │   │   │   │   ├── type.json
│   │   │   │   │   └── uniqueItems.json
│   │   │   │   ├── Serialization
│   │   │   │   │   ├── CamelCaseNamingStrategyTests.cs
│   │   │   │   │   ├── CamelCasePropertyNamesContractResolverTests.cs
│   │   │   │   │   ├── ConstructorHandlingTests.cs
│   │   │   │   │   ├── ContractResolverTests.cs
│   │   │   │   │   ├── DefaultValueHandlingTests.cs
│   │   │   │   │   ├── DependencyInjectionTests.cs
│   │   │   │   │   ├── DynamicConcreteTests.cs
│   │   │   │   │   ├── DynamicTests.cs
│   │   │   │   │   ├── EntitiesSerializationTests.cs
│   │   │   │   │   ├── ExtensionDataTests.cs
│   │   │   │   │   ├── FSharpTests.cs
│   │   │   │   │   ├── ImmutableCollectionsTests.cs
│   │   │   │   │   ├── JsonPropertyCollectionTests.cs
│   │   │   │   │   ├── JsonSerializerCollectionsTests.cs
│   │   │   │   │   ├── JsonSerializerTest.cs
│   │   │   │   │   ├── MetadataPropertyHandlingTests.cs
│   │   │   │   │   ├── MissingMemberHandlingTests.cs
│   │   │   │   │   ├── NullValueHandlingTests.cs
│   │   │   │   │   ├── PopulateTests.cs
│   │   │   │   │   ├── PreserveReferencesHandlingTests.cs
│   │   │   │   │   ├── ReferenceLoopHandlingTests.cs
│   │   │   │   │   ├── ReflectionAttributeProviderTests.cs
│   │   │   │   │   ├── SerializationErrorHandlingTests.cs
│   │   │   │   │   ├── SerializationEventAttributeTests.cs
│   │   │   │   │   ├── ShouldSerializeTests.cs
│   │   │   │   │   ├── SnakeCaseNamingStrategyTests.cs
│   │   │   │   │   ├── TraceWriterTests.cs
│   │   │   │   │   ├── TypeNameHandlingTests.cs
│   │   │   │   │   └── WebApiIntegrationTests.cs
│   │   │   │   ├── SpaceShipV2.bson
│   │   │   │   ├── TestFixtureBase.cs
│   │   │   │   ├── TestObjects
│   │   │   │   │   ├── Aa.cs
│   │   │   │   │   ├── AbstractGenericBase.cs
│   │   │   │   │   ├── Address.cs
│   │   │   │   │   ├── AnswerFilterModel.cs
│   │   │   │   │   ├── Antworten.cs
│   │   │   │   │   ├── ArgumentConverterPrecedenceClassConverter.cs
│   │   │   │   │   ├── ArticleCollection.cs
│   │   │   │   │   ├── Article.cs
│   │   │   │   │   ├── BadJsonPropertyClass.cs
│   │   │   │   │   ├── Bar.cs
│   │   │   │   │   ├── Bb.cs
│   │   │   │   │   ├── Car.cs
│   │   │   │   │   ├── CircularReferenceClass.cs
│   │   │   │   │   ├── CircularReferenceWithIdClass.cs
│   │   │   │   │   ├── ClassAndMemberConverterClass.cs
│   │   │   │   │   ├── ClassConverterPrecedenceClassConverter.cs
│   │   │   │   │   ├── ClassWithArray.cs
│   │   │   │   │   ├── ClassWithGuid.cs
│   │   │   │   │   ├── Component.cs
│   │   │   │   │   ├── Computer.cs
│   │   │   │   │   ├── ConsoleWriter.cs
│   │   │   │   │   ├── ConstructorCaseSensitivityClass.cs
│   │   │   │   │   ├── ConstructorReadonlyFields.cs
│   │   │   │   │   ├── Container.cs
│   │   │   │   │   ├── ContentBaseClass.cs
│   │   │   │   │   ├── Content.cs
│   │   │   │   │   ├── ContentSubClass.cs
│   │   │   │   │   ├── ConverableMembers.cs
│   │   │   │   │   ├── ConverterPrecedenceClassConverter.cs
│   │   │   │   │   ├── ConverterPrecedenceClass.cs
│   │   │   │   │   ├── CustomerDataSet.cs
│   │   │   │   │   ├── DataContractSerializationAttributesClass.cs
│   │   │   │   │   ├── DateTimeErrorObjectCollection.cs
│   │   │   │   │   ├── DateTimeTestClass.cs
│   │   │   │   │   ├── DateTimeWrapper.cs
│   │   │   │   │   ├── DecimalTestClass.cs
│   │   │   │   │   ├── DefaultValueAttributeTestClass.cs
│   │   │   │   │   ├── DerivedSerializationEventTestObject.cs
│   │   │   │   │   ├── DictionaryInterfaceClass.cs
│   │   │   │   │   ├── DirectoryAccount.cs
│   │   │   │   │   ├── DoubleClass.cs
│   │   │   │   │   ├── EmployeeReference.cs
│   │   │   │   │   ├── Events
│   │   │   │   │   │   ├── Event1.cs
│   │   │   │   │   │   ├── Event.cs
│   │   │   │   │   │   └── EventType.cs
│   │   │   │   │   ├── Foo.cs
│   │   │   │   │   ├── Friend.cs
│   │   │   │   │   ├── GameObject.cs
│   │   │   │   │   ├── GenericImpl.cs
│   │   │   │   │   ├── GenericListAndDictionaryInterfaceProperties.cs
│   │   │   │   │   ├── GeoCoding
│   │   │   │   │   │   ├── AddressDetails.cs
│   │   │   │   │   │   ├── AdministrativeArea.cs
│   │   │   │   │   │   ├── Country.cs
│   │   │   │   │   │   ├── GoogleMapGeocoderStructure.cs
│   │   │   │   │   │   ├── Locality.cs
│   │   │   │   │   │   ├── Placemark.cs
│   │   │   │   │   │   ├── Point.cs
│   │   │   │   │   │   ├── PostalCode.cs
│   │   │   │   │   │   ├── Status.cs
│   │   │   │   │   │   ├── SubAdministrativeArea.cs
│   │   │   │   │   │   └── Thoroughfare.cs
│   │   │   │   │   ├── GeometricForms
│   │   │   │   │   │   ├── Shape.cs
│   │   │   │   │   │   └── Tags.cs
│   │   │   │   │   ├── GetOnlyPropertyClass.cs
│   │   │   │   │   ├── HolderClass.cs
│   │   │   │   │   ├── IdReferenceResolver.cs
│   │   │   │   │   ├── IMyInterface.cs
│   │   │   │   │   ├── IncompatibleJsonAttributeClass.cs
│   │   │   │   │   ├── InterfacePropertyTestClass.cs
│   │   │   │   │   ├── IntToFloatConverter.cs
│   │   │   │   │   ├── Invoice.cs
│   │   │   │   │   ├── IPrivateImplementationA.cs
│   │   │   │   │   ├── IPrivateImplementationB.cs
│   │   │   │   │   ├── IPrivateOverriddenImplementation.cs
│   │   │   │   │   ├── Item.cs
│   │   │   │   │   ├── JaggedArray.cs
│   │   │   │   │   ├── JsonIgnoreAttributeOnClassTestClass.cs
│   │   │   │   │   ├── JsonIgnoreAttributeTestClass.cs
│   │   │   │   │   ├── JsonPropertyClass.cs
│   │   │   │   │   ├── JsonPropertyWithHandlingValues.cs
│   │   │   │   │   ├── JsonReaderStubWithIsClosed.cs
│   │   │   │   │   ├── JsonTextReaderTests
│   │   │   │   │   │   ├── FakeArrayPool.cs
│   │   │   │   │   │   ├── SlowStream.cs
│   │   │   │   │   │   ├── ToggleReaderError.cs
│   │   │   │   │   │   └── UnmanagedResourceFakingJsonReader.cs
│   │   │   │   │   ├── ListErrorObjectCollection.cs
│   │   │   │   │   ├── ListErrorObject.cs
│   │   │   │   │   ├── ListOfIds.cs
│   │   │   │   │   ├── ListTestClass.cs
│   │   │   │   │   ├── LogEntry.cs
│   │   │   │   │   ├── MemberConverterClass.cs
│   │   │   │   │   ├── MemberConverterPrecedenceClassConverter.cs
│   │   │   │   │   ├── MethodExecutorObject.cs
│   │   │   │   │   ├── MetroPropertyNameResolver.cs
│   │   │   │   │   ├── MetroStringConverter.cs
│   │   │   │   │   ├── Money
│   │   │   │   │   │   ├── Currency.cs
│   │   │   │   │   │   └── Tags.cs
│   │   │   │   │   ├── Movie.cs
│   │   │   │   │   ├── MyClass.cs
│   │   │   │   │   ├── MyEnum.cs
│   │   │   │   │   ├── MyInterfaceConverter.cs
│   │   │   │   │   ├── NameContainerConverter.cs
│   │   │   │   │   ├── NameContainer.cs
│   │   │   │   │   ├── Name.cs
│   │   │   │   │   ├── NonRequest.cs
│   │   │   │   │   ├── NullableDateTimeTestClass.cs
│   │   │   │   │   ├── NullableGuid.cs
│   │   │   │   │   ├── ObjectArrayPropertyTest.cs
│   │   │   │   │   ├── Organization
│   │   │   │   │   │   ├── Employee.cs
│   │   │   │   │   │   ├── IPerson.cs
│   │   │   │   │   │   ├── Manager.cs
│   │   │   │   │   │   ├── Person.cs
│   │   │   │   │   │   ├── PersonPropertyClass.cs
│   │   │   │   │   │   └── WagePerson.cs
│   │   │   │   │   ├── ParticipantEntity.cs
│   │   │   │   │   ├── PersonError.cs
│   │   │   │   │   ├── PersonRaw.cs
│   │   │   │   │   ├── PersonReference.cs
│   │   │   │   │   ├── PersonSerializable.cs
│   │   │   │   │   ├── PersonWithPrivateConstructor.cs
│   │   │   │   │   ├── PhoneNumber.cs
│   │   │   │   │   ├── PocoDataContractSerializationAttributesClass.cs
│   │   │   │   │   ├── PrivateConstructorTestClass.cs
│   │   │   │   │   ├── PrivateConstructorWithPublicParameterizedConstructorTestClass.cs
│   │   │   │   │   ├── PrivateImplementationAClass.cs
│   │   │   │   │   ├── PrivateImplementationBClass.cs
│   │   │   │   │   ├── PrivateMembersClass.cs
│   │   │   │   │   ├── ProductCollection.cs
│   │   │   │   │   ├── Product.cs
│   │   │   │   │   ├── ProductShort.cs
│   │   │   │   │   ├── PropertyCase.cs
│   │   │   │   │   ├── PropertyItemConverter.cs
│   │   │   │   │   ├── PublicParameterizedConstructorRequiringConverterTestClass.cs
│   │   │   │   │   ├── PublicParameterizedConstructorRequiringConverterWithParameterAttributeTestClass.cs
│   │   │   │   │   ├── PublicParameterizedConstructorRequiringConverterWithPropertyAttributeTestClass.cs
│   │   │   │   │   ├── PublicParameterizedConstructorTestClass.cs
│   │   │   │   │   ├── PublicParameterizedConstructorWithNonPropertyParameterTestClass.cs
│   │   │   │   │   ├── PublicParameterizedConstructorWithPropertyNameConflict.cs
│   │   │   │   │   ├── PublicParameterizedConstructorWithPropertyNameConflictWithAttribute.cs
│   │   │   │   │   ├── Ratio.cs
│   │   │   │   │   ├── RequestOnly.cs
│   │   │   │   │   ├── RequiredMembersClass.cs
│   │   │   │   │   ├── RequiredObject.cs
│   │   │   │   │   ├── RoleTransfer.cs
│   │   │   │   │   ├── RoleTransferDirection.cs
│   │   │   │   │   ├── RoleTransferOperation.cs
│   │   │   │   │   ├── RootObject.cs
│   │   │   │   │   ├── SearchResult.cs
│   │   │   │   │   ├── SelectListItem.cs
│   │   │   │   │   ├── SerializationEventTestDictionary.cs
│   │   │   │   │   ├── SerializationEventTestList.cs
│   │   │   │   │   ├── SerializationEventTestObject.cs
│   │   │   │   │   ├── SerializationEventTestObjectWithConstructor.cs
│   │   │   │   │   ├── SetOnlyPropertyClass2.cs
│   │   │   │   │   ├── SetOnlyPropertyClass.cs
│   │   │   │   │   ├── Shortie.cs
│   │   │   │   │   ├── SqlTypesDataSet.Designer.cs
│   │   │   │   │   ├── SqlTypesDataSet.xsc
│   │   │   │   │   ├── SqlTypesDataSet.xsd
│   │   │   │   │   ├── SqlTypesDataSet.xss
│   │   │   │   │   ├── StoreColor.cs
│   │   │   │   │   ├── Store.cs
│   │   │   │   │   ├── StructTest.cs
│   │   │   │   │   ├── SubKlass.cs
│   │   │   │   │   ├── SuperKlass.cs
│   │   │   │   │   ├── TestClass.cs
│   │   │   │   │   ├── TestComponent.cs
│   │   │   │   │   ├── TestComponentSimple.cs
│   │   │   │   │   ├── TestObject.cs
│   │   │   │   │   ├── TraceWriter.cs
│   │   │   │   │   ├── TypeClass.cs
│   │   │   │   │   ├── TypeConverterJsonConverter.cs
│   │   │   │   │   ├── TypedSubHashtable.cs
│   │   │   │   │   ├── UriGuidTimeSpanTestClass.cs
│   │   │   │   │   ├── UserNullable.cs
│   │   │   │   │   ├── VersionKeyedCollection.cs
│   │   │   │   │   ├── Widget1.cs
│   │   │   │   │   ├── Widget.cs
│   │   │   │   │   ├── WidgetId1.cs
│   │   │   │   │   ├── WidgetId.cs
│   │   │   │   │   ├── WidgetIdJsonConverter.cs
│   │   │   │   │   └── WithEnums.cs
│   │   │   │   └── Utilities
│   │   │   │   ├── ConvertUtilsTests.cs
│   │   │   │   ├── DateTimeUtilsTests.cs
│   │   │   │   ├── DynamicReflectionDelegateFactoryTests.cs
│   │   │   │   ├── ExpressionReflectionDelegateFactoryTests.cs
│   │   │   │   ├── LateboundReflectionDelegateFactoryTests.cs
│   │   │   │   ├── ReflectionUtilsTests.cs
│   │   │   │   └── StringUtilsTests.cs
│   │   │   └── NuGet.Config
│   │   └── Tools
│   │   ├── 7-zip
│   │   │   ├── 7za.exe
│   │   │   ├── 7-zip.chm
│   │   │   ├── copying.txt
│   │   │   ├── license.txt
│   │   │   └── readme.txt
│   │   ├── Dotnet
│   │   │   └── dotnet-install.ps1
│   │   ├── NUnit
│   │   │   ├── framework
│   │   │   │   ├── nunit.framework.dll
│   │   │   │   ├── nunit.framework.xml
│   │   │   │   ├── nunit.mocks.dll
│   │   │   │   └── pnunit.framework.dll
│   │   │   ├── lib
│   │   │   │   ├── Images
│   │   │   │   │   ├── Ellipsis.gif
│   │   │   │   │   ├── pinned.gif
│   │   │   │   │   ├── Tree
│   │   │   │   │   │   ├── Circles
│   │   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   │   ├── Classic
│   │   │   │   │   │   │   ├── Failure.jpg
│   │   │   │   │   │   │   ├── Ignored.jpg
│   │   │   │   │   │   │   ├── Inconclusive.jpg
│   │   │   │   │   │   │   ├── Skipped.jpg
│   │   │   │   │   │   │   └── Success.jpg
│   │   │   │   │   │   ├── Default
│   │   │   │   │   │   │   ├── Failure.png
│   │   │   │   │   │   │   ├── Ignored.png
│   │   │   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   │   │   ├── Skipped.png
│   │   │   │   │   │   │   └── Success.png
│   │   │   │   │   │   └── Visual Studio
│   │   │   │   │   │   ├── Failure.png
│   │   │   │   │   │   ├── Ignored.png
│   │   │   │   │   │   ├── Inconclusive.png
│   │   │   │   │   │   ├── SeriousWarning.png
│   │   │   │   │   │   ├── Skipped.png
│   │   │   │   │   │   └── Success.png
│   │   │   │   │   └── unpinned.gif
│   │   │   │   ├── log4net.dll
│   │   │   │   ├── NSubstitute.dll
│   │   │   │   ├── NSubstitute.xml
│   │   │   │   ├── nunit-console-runner.dll
│   │   │   │   ├── nunit.core.dll
│   │   │   │   ├── nunit.core.interfaces.dll
│   │   │   │   ├── nunit-gui-runner.dll
│   │   │   │   ├── nunit.uiexception.dll
│   │   │   │   ├── nunit.uikit.dll
│   │   │   │   ├── nunit.util.dll
│   │   │   │   ├── Rhino.Mocks.dll
│   │   │   │   └── Rhino.Mocks.xml
│   │   │   ├── nunit-agent.exe
│   │   │   ├── nunit-agent.exe.config
│   │   │   ├── nunit-agent-x86.exe
│   │   │   ├── nunit-agent-x86.exe.config
│   │   │   ├── nunit-console.exe
│   │   │   ├── nunit-console.exe.config
│   │   │   ├── nunit-console-x86.exe
│   │   │   ├── nunit-console-x86.exe.config
│   │   │   ├── nunit.exe
│   │   │   ├── nunit.exe.config
│   │   │   ├── nunit-x86.exe
│   │   │   └── nunit-x86.exe.config
│   │   └── PSake
│   │   └── psake.psm1
│   ├── login.cs
│   ├── login.Designer.cs
│   ├── login.resx
│   ├── mainwindow.cs
│   ├── mainwindow.Designer.cs
│   ├── mainwindow.resx
│   ├── NetClient.cs
│   ├── NetClient.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── test01.altercode.resources
│   │   │   ├── test01.csproj.FileListAbsolute.txt
│   │   │   ├── test01.csproj.GenerateResource.Cache
│   │   │   ├── test01.exe
│   │   │   ├── test01.Form2.resources
│   │   │   ├── test01.login.resources
│   │   │   ├── test01.mainwindow.resources
│   │   │   ├── test01.NetClient.resources
│   │   │   ├── test01.pdb
│   │   │   ├── test01.Properties.Resources.resources
│   │   │   ├── test01.readcard.resources
│   │   │   ├── test01.sensor.resources
│   │   │   ├── test01.Serial.resources
│   │   │   ├── test01.Show.resources
│   │   │   ├── 智能仓库管理系统.csproj.FileListAbsolute.txt
│   │   │   ├── 智能仓库管理系统.csproj.GenerateResource.Cache
│   │   │   └── 智能仓库管理系统.csprojResolveAssemblyReference.cache
│   │   └── x86
│   │   └── Debug
│   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── test01.csproj.FileListAbsolute.txt
│   │   ├── test01.csproj.GenerateResource.Cache
│   │   ├── test01.Form1.resources
│   │   └── test01.Properties.Resources.resources
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── readcard.cs
│   ├── readcard.Designer.cs
│   ├── readcard.resx
│   ├── sensor.cs
│   ├── sensor.Designer.cs
│   ├── sensor.resx
│   ├── Serial.cs
│   ├── Serial.Designer.cs
│   ├── Serial.resx
│   ├── set.cs
│   ├── set.Designer.cs
│   ├── Show.cs
│   ├── Show.Designer.cs
│   ├── Show.resx
│   ├── TagReaderLibrary.dll
│   ├── test01
│   │   ├── Account.cs
│   │   ├── altercode.cs
│   │   ├── altercode.Designer.cs
│   │   ├── altercode.resx
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── ~$Book1.xlsx
│   │   │   ├── Book1.xlsx
│   │   │   ├── Microsoft.DirectX.DirectSound.dll
│   │   │   ├── Microsoft.DirectX.DirectSound.xml
│   │   │   ├── Microsoft.DirectX.dll
│   │   │   ├── Microsoft.DirectX.xml
│   │   │   ├── MySql.Data.Entity.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.pdb
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── properties.ini
│   │   │   ├── TagReaderLibrary.dll
│   │   │   ├── test01.exe
│   │   │   ├── test01.exe.config
│   │   │   ├── test01.pdb
│   │   │   ├── test01.vshost.exe
│   │   │   ├── test01.vshost.exe.config
│   │   │   ├── test01.vshost.exe.manifest
│   │   │   └── viewer.exe
│   │   ├── login.cs
│   │   ├── login.Designer.cs
│   │   ├── login.resx
│   │   ├── mainwindow.cs
│   │   ├── mainwindow.Designer.cs
│   │   ├── mainwindow.resx
│   │   ├── NetClient.cs
│   │   ├── NetClient.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── test01.altercode.resources
│   │   │   │   ├── test01.csproj.FileListAbsolute.txt
│   │   │   │   ├── test01.csproj.GenerateResource.Cache
│   │   │   │   ├── test01.exe
│   │   │   │   ├── test01.Form2.resources
│   │   │   │   ├── test01.login.resources
│   │   │   │   ├── test01.mainwindow.resources
│   │   │   │   ├── test01.NetClient.resources
│   │   │   │   ├── test01.pdb
│   │   │   │   ├── test01.Properties.Resources.resources
│   │   │   │   ├── test01.readcard.resources
│   │   │   │   ├── test01.sensor.resources
│   │   │   │   ├── test01.Serial.resources
│   │   │   │   ├── test01.Show.resources
│   │   │   │   ├── 智能仓库管理系统.csproj.FileListAbsolute.txt
│   │   │   │   └── 智能仓库管理系统.csproj.GenerateResource.Cache
│   │   │   └── x86
│   │   │   └── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── test01.csproj.FileListAbsolute.txt
│   │   │   ├── test01.csproj.GenerateResource.Cache
│   │   │   ├── test01.Form1.resources
│   │   │   └── test01.Properties.Resources.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── readcard.cs
│   │   ├── readcard.Designer.cs
│   │   ├── readcard.resx
│   │   ├── sensor.cs
│   │   ├── sensor.Designer.cs
│   │   ├── sensor.resx
│   │   ├── Serial.cs
│   │   ├── Serial.Designer.cs
│   │   ├── Serial.resx
│   │   ├── set.cs
│   │   ├── set.Designer.cs
│   │   ├── Show.cs
│   │   ├── Show.Designer.cs
│   │   ├── Show.resx
│   │   ├── TagReaderLibrary.dll
│   │   └── 智能仓库管理系统.csproj
│   ├── test01.sln
│   ├── test01.suo
│   └── 智能仓库管理系统.csproj
├── test01.sln
└── test01.suo

165 directories, 2113 files

标签:

实例下载地址

智能仓库管理系统C#上位机

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 火锅真好恰 发表于: 2021-02-08 16:53 32
不能用,没有数据库

支持(0) 盖楼(回复)

第 2 楼 火锅真好恰 发表于: 2021-02-08 16:56 26
不能用,没有数据库

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有2条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警