1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-11 04:32:26 +00:00
plantuml/src/net/sourceforge/plantuml/json
The-Lum 2c666eb968 feat: add new JSON Object method (deepMerge)
Report of:
- minimal-json/PR 98

[Thanks to @pbi-qfs]
2024-05-05 20:53:27 +00:00
..
Json.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonArray.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonHandler.java wip 2023-02-28 22:22:51 +01:00
JsonLiteral.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonNumber.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonObject.java feat: add new JSON Object method (deepMerge) 2024-05-05 20:53:27 +00:00
JsonParser.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonString.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonValue.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
JsonWriter.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
Location.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
package-info.java docs: add package-info.java and readme.md 2023-11-02 20:38:00 +00:00
ParseException.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
PrettyPrint.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
readme.md docs: add package-info.java and readme.md 2023-11-09 20:11:23 +00:00
WriterConfig.java Packages move and bugfix 2023-02-22 19:43:48 +01:00
WritingBuffer.java Packages move and bugfix 2023-02-22 19:43:48 +01:00

Directory Documentation for json

Description

This package provides classes used to manage JSON Data (with the minimal-json API).

Reference

Credit

Misc.