2023-08-06 08:40:47 -04:00
|
|
|
## 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)
|