All Projects → esskar → Serialize.linq

esskar / Serialize.linq

Licence: lgpl-3.0
C# library to serialize LINQ expressions

Labels

Projects that are alternatives of or similar to Serialize.linq

Quicklib
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Stars: ✭ 274 (-9.87%)
Mutual labels:  json, linq
Data Forge Ts
The JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 967 (+218.09%)
Mutual labels:  json, linq
Visualjson
JSON pretty-viewer for OS X.
Stars: ✭ 290 (-4.61%)
Mutual labels:  json
Toapi
Every web site provides APIs.
Stars: ✭ 3,209 (+955.59%)
Mutual labels:  json
Jsonista
Clojure library for fast JSON encoding and decoding.
Stars: ✭ 290 (-4.61%)
Mutual labels:  json
Ring Json
Ring middleware for handling JSON
Stars: ✭ 290 (-4.61%)
Mutual labels:  json
Http Rpc
Lightweight REST for Java
Stars: ✭ 298 (-1.97%)
Mutual labels:  json
React Docgen
A CLI and toolbox to extract information from React component files for documentation generation purposes.
Stars: ✭ 3,143 (+933.88%)
Mutual labels:  json
Commandtrayhost
A command line program monitor systray for Windows
Stars: ✭ 303 (-0.33%)
Mutual labels:  json
Anime Offline Database
Updated every week: A JSON based offline anime database containing the most important meta data as well as cross references to various anime sites such as MAL, ANIDB, ANILIST, KITSU and more...
Stars: ✭ 292 (-3.95%)
Mutual labels:  json
Fspickler
A fast multi-format message serializer for .NET
Stars: ✭ 299 (-1.64%)
Mutual labels:  json
Easyjson
Fast JSON serializer for golang.
Stars: ✭ 3,512 (+1055.26%)
Mutual labels:  json
Json Schema Validator
A fast Java JSON schema validator that supports draft V4, V6, V7 and V2019-09
Stars: ✭ 292 (-3.95%)
Mutual labels:  json
Python Json Patch
Applying JSON Patches in Python
Stars: ✭ 298 (-1.97%)
Mutual labels:  json
I18n Editor
GUI for editing your i18n translation files
Stars: ✭ 290 (-4.61%)
Mutual labels:  json
Ikigajson
A high performance JSON library in Swift
Stars: ✭ 302 (-0.66%)
Mutual labels:  json
Json To Go
Translates JSON into a Go type in your browser instantly (original)
Stars: ✭ 3,390 (+1015.13%)
Mutual labels:  json
Tmuxp
💻 tmux session manager. built on libtmux
Stars: ✭ 3,269 (+975.33%)
Mutual labels:  json
Jquery.json Viewer
jQuery plugin for displaying JSON data
Stars: ✭ 295 (-2.96%)
Mutual labels:  json
Gosercomp
⚡️ Golang Serializer Benchmark Comparison
Stars: ✭ 300 (-1.32%)
Mutual labels:  json

Serialize.Linq

Serialize.Linq is a c# library for serializing linq expressions. Formats it supports (but it is not limited to) are JSON, XML and BINARY.

Installation

Simple install via NuGet:

PM> Install-Package Serialize.Linq

Building the source

git clone https://github.com/esskar/Serialize.Linq.git

Examples

There is an working WCF and REST API example included in the examples folder.

Help and Support

If you have a feature request, a bug or any other question, just create an issue. For bugs: make sure you create a unit test, so it is easier for me to reproduce and fix it.

Supported Platforms (or known to work with)

  • .NET 5.0
  • .NET 4.5
  • .NET 4.0
  • .Net Standard 2.0
  • .Net Standard 1.3
  • UAP 10.0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].