mjson:像python和ruby一样好用的java类库操作json_js
程序员文章站
2022-03-26 16:58:48
...
=
=
=
JSON Library for Java, with a compact, elegant API.
mjson:地址:https://github.com/bolerio/mjson
使用说明:http://bolerio.github.io/mjson/
使用介绍:https://github.com/bolerio/mjson/wiki/A-Tour-of-the-API
mjson的jsonPath扩展:
Extensions
A separate project collects extension modules to the library. While most other libraries bundle all functionality in one package, undersandably for convenience, we have instead opted to to keep the library as small as possible and with 0 external dependencies. So "big" functional areas are covered by this separate project, to be found at: https://github.com/bolerio/mjson-ext.
rossillingworth/mJSONWrapper(慎用,这个包已经落伍了,而且写的并不完美,比如没有add方法)
用来扩展mjson的使用方法,同时处理一下异常抛出太简单的问题:Expand functionality of mjson, adding proper exceptions for expectation failures。
=
=
=