* Added/created parent module (json-modules) * moved json(submodule) to json-modules(parent) * moved json-2(submodule) to json-modules(parent) * moved json-path(submodule) to json-modules(parent) * moved gson(submodule) to json-modules(parent) * deleted sub-modules that we moved to json-modules Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
		
			
				
	
	
		
			17 lines
		
	
	
		
			974 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			974 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## GSON
 | |
| 
 | |
| This module contains articles about Gson
 | |
| 
 | |
| ### Relevant Articles: 
 | |
| 
 | |
| - [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide)
 | |
| - [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
 | |
| - [Exclude Fields from Serialization in Gson](https://www.baeldung.com/gson-exclude-fields-serialization)
 | |
| - [Save Data to a JSON File with Gson](https://www.baeldung.com/gson-save-file)
 | |
| - [Convert JSON to a Map Using Gson](https://www.baeldung.com/gson-json-to-map)
 | |
| - [Working with Primitive Values in Gson](https://www.baeldung.com/java-gson-primitives)
 | |
| - [Convert String to JsonObject with Gson](https://www.baeldung.com/gson-string-to-jsonobject)
 | |
| - [Mapping Multiple JSON Fields to a Single Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
 | |
| - [Serializing and Deserializing a List with Gson](https://www.baeldung.com/gson-list)
 | |
| - [Compare Two JSON Objects with Gson](https://www.baeldung.com/gson-compare-json-objects)
 |