MohamedHelmyKassab
797f1e1737
This commit is related to BAEL-7331 ( #15624 )
...
This commit aims to add a new test class "DeprecatedJsonParserUnitTest".
2024-01-13 14:58:40 -08:00
Andrea Giulio Cerasoni
11f603074e
Merge pull request #15407 from Diegom203/master
...
Update and rename JsonNodeToJsonObjectUnitTest.java to JsonNodeToObje…
2023-12-25 10:58:20 +01:00
DiegoMarti2
f3c579ffbe
baeldung-articles : BAEL-7071
...
Commit for the article "Convert Byte Array to JSON and Vice Versa in Java" which adds the "ByteArrayToJsonAndViceVersaUnitTest" class to convert a byte array to JSON and vicе vеrsa in Java.
2023-12-18 15:38:39 +02:00
DiegoMarti2
576236e2fd
Delete json-modules/json-conversion/src/test/java/com/baeldung/bytearraytojsonandviseverse directory
2023-12-18 15:37:26 +02:00
DiegoMarti2
b759277899
Update ByteArrayToJsonAndViseVerseUnitTest.java
2023-12-16 14:40:56 +02:00
DiegoMarti2
8ce31b54e9
baeldung-articles : BAEL-7071
...
Commit for the article "Convert Byte Array to JSON and Vice Versa in Java" which adds the "ByteArrayToJsonAndViseVerseUnitTest" class to convert a byte array to JSON and vicе vеrsa in Java.
2023-12-15 02:46:34 +02:00
Diegom203
edea043a7f
Update JsonNodeToObjectNodeUnitTest.java
2023-12-12 15:26:47 +02:00
Diegom203
82cae6f0d4
Update and rename JsonNodeToJsonObjectUnitTest.java to JsonNodeToObjectNodeUnitTest.java
2023-12-12 15:25:24 +02:00
edizor
5600e16d48
Update README.md
...
[skip ci]
2023-12-07 22:20:24 +08:00
edizor
983c7190b9
Update README.md
...
[skip ci]
2023-12-07 22:03:42 +08:00
DiegoMarti2
e78928e376
Update JsonNodeToJsonObjectUnitTest.java
2023-11-27 14:15:25 +02:00
DiegoMarti2
2892810240
baeldung-articles: baeldung-articlesBAEL-7234
...
Commit to a new article (How to convert JsonNode to ObjectNode). Adding a test class (JsonNodeToJsonObjectUnitTest).
2023-11-26 11:55:41 +02:00
Lucian Snare
d0a2127248
BAEL-7083: Gson class declares multiple fields ( #15244 )
...
* Add initial classes and tests for Gson multiple fields error
* Add test classes and exclusion strategy
* Add test cases
* Simplify example code
2023-11-25 09:35:19 -06:00
Alvin Austria
e7574bdb90
Merge pull request #15204 from panos-kakos/JAVA-26714
...
[JAVA-26714]
2023-11-18 09:00:16 +01:00
Kasra Madadipouya
cdc1d8001f
Merge pull request #15202 from panos-kakos/JAVA-26739
...
[JAVA-26739] Upgraded json-path to latest version
2023-11-13 22:44:57 +01:00
panos-kakos
21eb70547f
[JAVA-26719] Upgraded joda-time to latest version ( #15189 )
2023-11-13 12:00:45 +02:00
panos-kakos
39c2f49171
[JAVA-26714] Upgraded guava to latest version
2023-11-12 18:10:31 +02:00
panos-kakos
ec251f847b
[JAVA-26739] Upgraded json-path to latest version
2023-11-12 16:35:46 +02:00
Bipin kumar
d1685c42bd
JAVA-26001_D_M: Fix formatting of POMs for modules D to M ( #14958 )
2023-11-09 13:17:34 +02:00
panos-kakos
3ee56ca66e
[JAVA-26735] Fixed test case
2023-11-04 11:12:34 +02:00
panos-kakos
a324fc5c33
[JAVA-26735] Replaced deprecated API JsonParser
2023-11-03 23:52:59 +02:00
panos-kakos
0f6149ef8c
[JAVA-26735] Upgraded gson library to 2.10.1 version
2023-11-03 23:31:49 +02:00
panos-kakos
aa2af965ce
[JAVA-15965] Upgraded json version to 20230618
2023-10-07 00:48:51 +03:00
edizor
a851144929
Update README.md
...
[skip ci]
2023-09-01 19:56:31 +08:00
Abhinav Pandey
05ca686833
BAEL-6692 - converting json to map and comparing ( #14630 )
...
* BAEL-6692 - converting json to map and comparing
* BAEL-6692 - converting json to map and comparing
* BAEL-6692 - converting json to map and comparing
2023-08-30 21:50:22 +05:30
Bipin kumar
34580d1884
JAVA-24381:Changes made for fixing pom indentation for modules starts L to D ( #14634 )
2023-08-28 18:29:31 +03:00
edizor
502f35cff0
Create README.md
...
[skip ci]
2023-08-24 22:03:25 +08:00
edizor
e3f95a7cf6
Update README.md
...
[skip ci]
2023-08-24 21:54:27 +08:00
Sam Gardner
418b65de46
Merge branch 'master' into BAEL-6818-check-value-exists-json-array
2023-08-22 10:05:00 +01:00
Sam Gardner
786796d6c0
BAEL-8618 order parent pom alphabetically
2023-08-22 10:00:40 +01:00
Chrys Exaucet
854f240059
BAEL-3325: Programmatic generation of JSON Schemas in Java ( #14498 )
...
* BAEL-3325: Programmatic Generation of JSON Schemas in Java
* BAEL-3325: fix typo
* BAEL-3325: rerun baeldung intellij formatter
* BAEL-3325: static imports
2023-08-22 09:03:14 +05:30
Sam Gardner
dda2970e52
BAEL-6818 Use JUnit assertions
2023-08-16 12:02:58 +01:00
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