java-tutorials/json-modules/json-conversion/README.md

13 lines
888 B
Markdown
Raw Permalink Normal View History

## JSON-CONVERSIONS
This module contains articles about JSON Conversions
2023-08-09 08:08:27 -04:00
### Relevant Articles:
- [Convert JSON Array to Java List](https://www.baeldung.com/java-convert-json-array-to-list)
2023-09-01 07:56:31 -04:00
- [Reading JSON Documents as Maps and Comparing Them](https://www.baeldung.com/java-json-maps-comparison)
2024-01-18 22:14:37 -05:00
- [Convert Byte Array to JSON and Vice Versa in Java](https://www.baeldung.com/java-json-byte-array-conversion)
2024-02-16 17:34:40 -05:00
- [Preventing Gson from Expressing Integers as Floats](https://www.baeldung.com/java-gson-prevent-expressing-integers-as-floats)
2024-03-13 03:02:41 -04:00
- [Simplified Array Operations on JsonNode Without Typecasting in Jackson](https://www.baeldung.com/java-jsonnode-persistence-simplified-array-operations)
2024-03-26 21:57:41 -04:00
- [How to Convert Excel to JSON in Java](https://www.baeldung.com/java-excel-json-conversion)
2024-04-03 11:59:45 -04:00
- [Include null Value in JSON Serialization](https://www.baeldung.com/java-json-null-serialization)