Found 17 packages
Extension methods for NJsonSchema to convert JObject, JArray and object to a NJsonSchema
Adds Verify (https://github.com/VerifyTests/Verify) support for converting Newtonsoft.Json types (JObject and JArray)
Masks values of specified properties in a JContainer.
My package description.
A model binder for ASP.NET Core which allows you to bind to JToken (so JArray and JObject are covered) from either application/json or from an html form post
抛却Elasticsearch.Net/NEST等类库,基于RestSharp通过ES原生API经过HTTP请求es查询api,封装的Elasticsearch查询操作辅助类
Rxmxnx.JNetInterface.Core provides an API to use JNI in a high level .NET code.
Rxmxnx.JNetInterface provides an implementation of the Java Native Interface and Invocation API for use within the .NET ecosystem.
JsonPoke and JsonPeek build tasks: Usage : JSON Poke: 1. <JsonPoke JsonInputPath="$(MSBuildProjectDirectory)\Project.json" JValue="Empty-FromTest1" JPath="Project.Name"> </JsonPoke> 2 a. <JsonPoke JsonInputPath="$(MSBuildProjectDirectory)\Project.json" JArray="@(TestArray1)" JPath="Project.TestArray" Metadata="MyProp;Identity"> </JsonPoke> 2 b. <JsonPoke JsonInputPath="$(MSBuildProjectDirectory)\Project.json" JArray="t11.txt;t22.txt" JPath="Project.TestArray1"> </JsonPoke> 3. <JsonPoke JsonInputPath="$(MSBuildProjectDirectory)\Project.json" JObject="@(BuildNumber)" JPath="Project.TestObject" Metadata="Major;Minor;Build"> <PropertyGroup> <JsonContent> <![CDATA[{ "Projects":[ { "Name": "P1", "OutputFile": "P1.json", "Variables": [ "Var1", "Var2" ]}, { "Name": "P2", "OutputFile": "P2.json", "Variables": [ "Var1", "Var2" ] } ] } ]]> </JsonContent> </PropertyGroup> <JsonPeek JPath="$.Projects" JsonContent="$(JsonContent)"> <Output TaskParameter="Result" ItemName="TestProjects" /> </JsonPeek> <Message Text="Project.IncludedLibraryVariableSetIds[?(@.Name == 'Lib-69')].Value : @(Lib69Value)" /> <Message Text="Project values: %(TestProjects.Name)" />
This package implements JQ-style queries for JToken, JObject, JArray, and friends. These are implemented as extension methods and can be used from any .NET Core process.
A set of converters to convert objects between System.Text.Json JsonDocument, JsonElement, JsonNode and Newtonsoft.Json JObject, JArray, JValue
dotnet core jsonCompare lib to deep compare jsons JArray/JConstructor/JObject/JProperty/JValue
Contains some extensions for System.Linq.Dynamic.Core to dynamically query a Newtonsoft.Json.JArray
Facil coneccion a bases de datos con: IDictionary, List, JArray, JObject & Class<T> Tipo ADO.NET o Entity. Parche de validacion ante consultas update O delete (por seguridad de integracion de datos)
Deep compares 2 objects or jtokens/jarrays/jobjects and returns the the result of the comparrison per element/property. allowing for reporting of difference between all kinds of objects.
From Patrick van Lohuizen: 'Deep compares 2 objects or jtokens/jarrays/jobjects and returns the the result of the comparrison per element/property. allowing for reporting of difference between all kinds of objects' Last commit of this project was Nov 30, 2017, so I forked it and added .net core and .net standard targets in addition to .net 4.7.2