Commit Graph

3 Commits

Author SHA1 Message Date
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
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
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