newtonsoft-json
There are 161 repositories under newtonsoft-json topic.
applejag/Newtonsoft.Json-for-Unity
Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager
applejag/Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
bkniffler/graphql-net-client
Very simple GraphQL client for .NET/C#
paullj/unity-json-editor
A JSON Editor in the inspector. Preview and more information in README🙂
Nucs/JsonSettings
This library simplifies creating configuration for your C# app/service by utilizing the serialization capabilities of Json.NET to serialize nested (custom) objects, dictionaries and lists as simply as by creating a POCO and inheriting JsonSettings class.
adamfisher/RestSharp.Serializers.Newtonsoft.Json
Restores Newtonsoft.JSON as the default serializer for RestSharp.
BryanWilhite/LinqPad
My self-educational collection of LinqPad queries.
danielwertheim/jsonnet-privatesetterscontractresolvers
Replaced with new repo and NuGets: https://github.com/danielwertheim/jsonnet-contractresolvers
T-Manson/Dragon
基于 .Net Core 的后端基础框架
danielwertheim/jsonnet-contractresolvers
Custom contract resolvers for Newtonsoft JSON.Net, supporting e.g. private setters and private constructors.
KIPKIPS/SaveReloadSystem
基于Unity的游戏的存档和读档系统[二进制,XML,JSON]
MrRobinOfficial/Godot-Saveable
A save system for Godot C#. It uses Newtonsoft.Json for serialization and deserialization. It supports both encrypted, compressed and regular mode.
nunogois/net5-webapi
.NET 5.0 Docker-ready C# REST API example using JWT authentication, Swagger, Newtonsoft JSON, and Dapper with SQL Server.
mesutozturk/EmlakProjesi
Emlak ilanları yayınlama ve yönetme sistemi
PaulinaCzapla/Realistic-Racing-Game
Multiplayer racing game with realistic car model. Created in Unity Engine.
AbdullahOztuurkk/University-Management-System-Frontend
University Management System Desktop UI
albanian-xrm/Xrm-Entity-Serializer
This library can serialize an Microsoft.Xrm.Sdk.Entity to Json and back using Newtonsoft.Json library.
DanielArturoAlejoAlvarez/COMMANDER
Software of Development with C# (REST API)
ankitvijay/Enumeration
Enumeration class as an alternate to enum types
ErrorGz/ImageProcess
TorchSharp,OpenCVSharp,Image Label,Image Train
jitbit/JsonIgnoreProps
tiny helper class to exclude a property from Json Serialization
muhammedikinci/FuzzyCore
Manager's Remote Control. Review mouse activities, see all programs and close them&manage them.
gubicsz/CoreTemplate
A Unity project template that contains installed and configured core official and popular third party packages to quickly start new projects.
k0dep/Newtonsoft.Json
:scroll: Newtonsoft.Json Unity3d package
Sharp-Team/quiz-sharp
Project PRN292
HamedFathi/PostmanCollectionReader
A library to read Postman Collection v2.1 Json files.
mazerab/design.automation-dwgquery-arxapp
This sample C# application creates a plugin for AutoCAD that lets users query information (layers, blocks and dependents) in AutoCAD drawing files and store that information into a JSON output file.
DysonCore/DynamicJson
DynamicJson is a UPM package which extends Newtonsoft.Json library by adding deserialisation of polymorphic types and other tools.
i4004/RestSharp.Newtonsoft.Json.Extensions
RestSharp extensions to use Newtonsoft.Json for serialization/deserialization.
serhatyamann/CMS_Project
This project is physically and logically seperated by N-Tier architecture. I have used repositories, MVC, services, AutoFac (IoC container), AutoMapper, UnitOfWork and more in this .NET Core web project. CMS.API (.NET Core Web API) is a REST-API that provides the Client-Shop web project to communicate with the database of CMS Project.
andreharak/MyImdb
MyImdb is a Xamarin.MacOS app for managing your Movie preferences locally. MyImdb allows you to search for movies and add them to your local app. MyImdb uses your movie preferences to search for movie recommendations. MyImdb also generates a report of your prefered genres, and compares your ratings with IMDB ratings.
doggy8088/NewtonsoftJsonStringEnumConverterDemo
使用 .NET 與 QuickType 搭配字串轉 Enum 的絕佳解決方案
FlorianRappl/Partial.Newtonsoft.Json
Helper library to support deserializing fragments of types.
furkanbct/cs-KutuphaneOtomasyonProgrami
Kütüphane Otomasyon Programı
mcintyre321/AspNetCoreJTokenModelBinder
ASP.NET Core ModelBinder for NewtonSoft JSON.NET JToken
RimuruDev/Unity-JsonSaveLoadService
🐈JsonSaveLoadService is a flexible and powerful service designed for saving and loading data in Unity applications. It supports various data types including primitives, custom objects, and collections like Dictionary, HashSet, List, Queue, and Stack. This service ensures cross-platform compatibility (PC, Android, Web) and includes functionality fo