All Projects → BayatGames → JsonFormatter

BayatGames / JsonFormatter

Licence: other
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to JsonFormatter

Savegamefree
Save Game Free is a free and simple but powerful solution for saving and loading game data in unity.
Stars: ✭ 279 (+973.08%)
Mutual labels:  serialization, serializer, json-serialization, unity-scripts, unity-asset, unity3d-plugin, serialization-library
Unitylibrary
📚 Library of all kind of scripts, snippets & shaders for Unity
Stars: ✭ 1,968 (+7469.23%)
Mutual labels:  unity-scripts, unity-3d, unity3d-plugin, csharp-script, csharp-library
UnityDebug
A wrapper script for Unity debug calls to use conditional attributes in order to avoid debug code being compiled into release builds.
Stars: ✭ 29 (+11.54%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
unity-firebase-realtime-database
Unity Firebase Realtime Database REST
Stars: ✭ 24 (-7.69%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
Eminim
JSON serialization framework for Nim, works from a Stream directly to any type and back. Depends only on stdlib.
Stars: ✭ 32 (+23.08%)
Mutual labels:  serialization, serializer, json-serialization, serialization-library
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: ✭ 30 (+15.38%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
Stars: ✭ 20 (-23.08%)
Mutual labels:  serialization, serializer, serialization-library, csharp-library
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (-19.23%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
Apple Signin Unity
Unity plugin to support Sign In With Apple Id
Stars: ✭ 228 (+776.92%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
Thorsserializer
C++ Serialization library for JSON
Stars: ✭ 241 (+826.92%)
Mutual labels:  serialization, json-serialization, json-parser, serialization-library
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+123.08%)
Mutual labels:  unity-scripts, unity-asset, unity-3d, unity3d-plugin
Dictfier
Python library to convert/serialize class instances(Objects) both flat and nested into a dictionary data structure. It's very useful in converting Python Objects into JSON format
Stars: ✭ 67 (+157.69%)
Mutual labels:  serialization, serializer, json-parser
Go
A high-performance 100% compatible drop-in replacement of "encoding/json"
Stars: ✭ 10,248 (+39315.38%)
Mutual labels:  serialization, serializer, json-parser
Java
jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go
Stars: ✭ 1,308 (+4930.77%)
Mutual labels:  serialization, serializer, json-parser
Hprose Delphi
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
Stars: ✭ 100 (+284.62%)
Mutual labels:  serialization, serializer, serialization-library
Hprose Golang
Hprose is a cross-language RPC. This project is Hprose for Golang.
Stars: ✭ 1,143 (+4296.15%)
Mutual labels:  serialization, serializer, serialization-library
Succ
Sexy and Utilitarian Code Configuration
Stars: ✭ 100 (+284.62%)
Mutual labels:  serialization, unity3d-plugin, serialization-library
Lora Serialization
LoraWAN serialization/deserialization library for The Things Network
Stars: ✭ 120 (+361.54%)
Mutual labels:  serialization, serializer, serialization-library
Hprose Php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Stars: ✭ 1,952 (+7407.69%)
Mutual labels:  serialization, serializer, serialization-library
Hprose Js
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
Stars: ✭ 133 (+411.54%)
Mutual labels:  serialization, serializer, serialization-library

JsonFormatter

JsonFormatter is an Fast, Lightweight Json serialization/deserialization library for Unity projects.

Download

Features

  • Serializing Collections: Lists, Dictionaries, IEnumerable
  • Serializing KeyValuePair
  • Serializing ISerializable
  • Surrogate Serialization
  • Serializing Almost anything (Automatically serializes public fields and properties)
  • Deserializing IDeserializationCallback
  • Fast and Helpful Customer Support
  • Free & Open Source
  • Easy to Use
  • Cross Platform (Let us know if you have any problem with any platform)

Getting Started

Just add

using BayatGames.Serialization.Formatters.Json;

then you are ready to go.

JsonFormatter provides some static methods for fast serialization of objects to json string:

using BayatGames.Serialization.Formatters.Json;
...
string json = JsonFormatter.SerializeObject ("Hello World");

Resources

License

MIT @ Bayat Games

Made with ❤️ by Bayat Games

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].