Commit Graph

84 Commits

Author SHA1 Message Date
edizor 2b1efbc4ed Update README.md
[skip ci]
2023-08-09 20:08:27 +08:00
Sam Gardner 960fe5312e BAEL-6818 Add examples for checking if a value exists in a JSON array 2023-08-08 12:22:49 +01:00
BHARATH GANESH ad939d477d BAEL-6504: Convert Json Array to Java list (#14049) 2023-08-06 18:10:47 +05:30
edizor 283077b86c Update README.md
[skip ci]
2023-08-02 20:56:47 +08:00
edizor 6f59c747ca Update README.md
[skip ci]
2023-07-26 16:03:39 +08:00
edizor b4a41a3865 Update README.md
[skip ci]
2023-07-26 16:03:06 +08:00
Rajat Garg 0da3664191 [BAEL-6494] Add functionality to minify a JSON string (#14451)
* [BAEL-6494] Add functionality to minify JSON

* [BAEL-6494] Address review comment

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-07-23 10:08:21 +02:00
parthiv39731 508a5e414b Update PersonSerializerUnitTest.java (#14441) 2023-07-19 22:47:15 +02:00
edizor 0032b47dee Update README.md
[skip ci]
2023-07-19 19:03:49 +08:00
Rajat Garg 0e6ef73cdd Address review comments (#14396)
Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-07-13 18:57:08 +02:00
Rajat Garg 89d83168ae [BAEL-6506] Add utility for Pretty-Print JSON (#14378)
* Add utility for  Pretty-Print JSON

* Remove accidental change

* Address review comments

* Address review comments

---------

Co-authored-by: rajatgarg <rajatgarg@adobe.com>
2023-07-10 20:47:36 +02:00
parthiv39731 571df122f7 JIRA BAEL-6693, difference between Gson @Expose and @SerializedName (#14370)
Co-authored-by: parthiv39731 <parthiv39731@gmail.com>
2023-07-08 10:22:04 +02:00
Bipin kumar 4a2c365472 JAVA-22625: Changes made for formatting the pom.xml (#14329) 2023-06-30 16:37:25 +05:30
edizor 5c7212c3d0 Update README.md
[skip ci]
2023-06-02 08:10:17 +08:00
collaboratewithakash badc1e342c backlink updated 2023-05-27 16:11:33 +05:30
thibault.faure e42d7a6b8a BAEL-6508 Code for the Solving Gson Parsing Errors article 2023-05-22 23:51:22 +02:00
anuragkumawat 539bf3438d Java 20277 (#14046)
* JAVA-20277 GitHub Issue: Regarding article Introduction to JsonPath

* JAVA-20277 Code Review Changes
2023-05-19 08:48:58 +05:30
anuragkumawat 386e3b2816 JAVA-20277 GitHub Issue: Regarding article Introduction to JsonPath (#13939) 2023-05-10 23:17:17 +05:30
panos-kakos e782fed428 [JAVA-20459] Upgraded org.json to latest version (#13869) 2023-05-02 11:10:33 +03:00
Dhawal Kapil e297f43f17 JAVA-19536 Formatting of pom.xml 2023-04-07 22:32:01 +05:30
panos-kakos 428f69a966 [JAVA-18177] Moved server modules to jdk9-and-above profile (#13523)
* [JAVA-18177]  Moved server modules to jdk9-and-above profile

* [JAVA-18177]  Upgraded maven-war-plugin version

* [JAVA-18146]  Moved json-modules to jdk9-and-above profile

* [JAVA-18151]  Moved libraries-data module to jdk9-and-above profile

* [JAVA-18176] Moved saas-modules to jdk9-and-above profile

* [JAVA-18165] Moved patterns-modules to jdk9-and-above profile

* [JAVA-18146] Fixed tests at gson module

* [JAVA-18165] Upgraded maven-war-plugin version

* [JAVA-16377] Moved apache-cxf-module to jdk9-and-above profile + comment out cxf spring

* [JAVA-18151] Testing maven compiler plugin

* [JAVA-18151] Ignored 2 test cases

* [JAVA-18151] import javassist dependency manually

* [JAVA-16377] Upgraded spring version + uncomment cxf-spring module
2023-02-26 21:55:24 +05:30
Loredana Crusoveanu 41d7305012 Merge pull request #13189 from pjfanning/patch-1
need to handle trailing tokens
2023-01-18 17:17:35 +02:00
PJ Fanning 2f5696c863 need to handle trailing tokens
see https://github.com/FasterXML/jackson/discussions/143#discussioncomment-4479800
2022-12-22 23:13:57 +01:00
edizor 7c3fc3b10f Update README.md
[skip ci]
2022-12-22 22:38:21 +08:00
rafyen 9e7a6d2b3d Add code for BAEL-5878: Getting a Value in JSONObject (#13157)
* BAEL-5878: Getting a Value in JSONObject. Add JsonObjectValueGetter with unit tests

* Move json-value-getter under json-2 module

* Update packages for the source and unit test files

* Rename test class, move employee.json under test/resources

Co-authored-by: Rafael Engibaryan <rafael.engibaryan.1@gmail.com>
2022-12-14 11:58:33 +01:00
freelansam 5bfbf38f59 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
collaboratewithakash ade1689b80 backlink removed 2022-11-16 16:08:30 +05:30
freelansam dc1815c10c JAVA-14673 - Fix formatting of POMs (#12722)
* JAVA-14673 - Fix formatting of POMs

* cleanup
2022-09-13 21:22:49 +05:30
panos-kakos 99adc6e67e Java 13945 (#12611)
* [JAVA-13945] Upgrade guava version to 31.1-jre

* [JAVA-13945] Use guava.version property in child modules

* [JAVA-13945] Use guava.version property in child modules

* [JAVA-13945] revert changes

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-19 12:06:35 +05:30
anuragkumawat 2122565082 JAVA-13734 Update article Introduction to JSON Schema in Java (#12565)
* JAVA-13734 Update article Introduction to JSON Schema in Java

* JAVA-13734 Corrected the code formatting
2022-08-16 22:16:34 +05:30
sampadawagde 2b5179baba JAVA-13136: Fix formatting of POMs 2022-07-15 09:59:54 +05:30
panos-kakos 3624a450ed Java 11497 (#12410)
* 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

* removed version

Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-06-26 21:16:19 +05:30
Dhawal Kapil 26e3b1d3b2 Update README.md (#12408) 2022-06-24 22:13:17 +05:30
panos-kakos a51caf51f3 Java 11497 (#12399)
* 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>
2022-06-24 21:58:34 +05:30