数据交换语言学习之路
- YAML: https://yaml.org/
JSON
-
JSON: https://www.json.org/
- HiJson(一款json字符串格式化查看的桌面工具): https://github.com/nblookup/HiJson
-
JSON(Visualize JSON into interactive graphs): https://jsoncrack.com/
- jsoncpp: https://github.com/open-source-parsers/jsoncpp
-
nlohmann/json(JSON for Modern C++): https://github.com/nlohmann/json
- json中文网:http://www.json.org.cn/index.htm
- JSON in Java [package org.json]: https://github.com/stleary/JSON-java
- Json-lib: https://sourceforge.net/projects/json-lib/
- fastjson: https://github.com/alibaba/fastjson
- Jackson: http://fasterxml.com/
- Jackson: http://wiki.fasterxml.com/JacksonDownload
- Jackson: http://wiki.fasterxml.com/JacksonJavaDocs
- Jackson 框架,轻易转换JSON: http://www.cnblogs.com/hoojo/archive/2011/04/22/2024628.html
- bson4json: https://github.com/michel-kraemer/bson4jackson
-
Binary JSON with bson4jackson: http://www.michel-kraemer.com/binary-json-with-bson4jackson
- simplejson(Python): https://github.com/simplejson/simplejson
XML
- TinyXML: https://sourceforge.net/projects/tinyxml/
- tinyxml2: https://github.com/leethomason/tinyxml2
- Libxml2: http://xmlsoft.org/
-
PyXML(Python): http://sourceforge.net/projects/pyxml/ - XMLSpy(Altova XMLSpy is the world’s best selling JSON and XML editor for modeling, editing, transforming, and debugging related technologies.): https://www.altova.com/xmlspy-xml-editor
Protocol Buffers
- Protocol Buffers: https://protobuf.dev/
- protobuf:https://github.com/google/protobuf/
-
Programming Guides:https://protobuf.dev/programming-guides/
- 在Java中使用protobuf:https://protobuf.dev/getting-started/javatutorial/
- Use Java Protocol Buffers:https://github.com/protocolbuffers/protobuf/tree/main/java#use-java-protocol-buffers
- Protobuf Plugin for Gradle:https://github.com/google/protobuf-gradle-plugin
- protobuf-maven-plugin(org.xolstice.maven.plugins):https://www.xolstice.org/protobuf-maven-plugin
- protobuf-maven-plugin(io.github.ascopes):https://github.com/ascopes/protobuf-maven-plugin
- protoc-jar-maven-plugin:https://github.com/os72/protoc-jar-maven-plugin
其它配置格式
- libconfig: https://github.com/hyperrealm/libconfig
Comments