Json-sharp

码农软件 · 软件分类 · JSON/BSON开发包 · 2019-03-31 22:57:29

软件介绍

JSON Sharp 是一个简单的 .NET 用于实现 JSON 序列化和反序列化的库。

示例代码:

string JSON.Serialize(object o);
string object.ToJSON();
object JSON.Deserialize(string json, Type type);
object JSON.Deserialize(string json);

本文地址:https://codercto.com/soft/d/2591.html

How to Solve It

How to Solve It

Zbigniew Michalewicz、David B. Fogel / Springer / 2004-03-01 / USD 59.95

This book is the only source that provides comprehensive, current, and detailed information on problem solving using modern heuristics. It covers classic methods of optimization, including dynamic pro......一起来看看 《How to Solve It》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具