文件名称:jackson-jsonld:杰克逊的JSON-LD模块
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-15 13:22:36
Java
杰克逊-jsonld 杰克逊的JSON-LD模块 安装它 如果您使用Maven,只需将依赖项添加到pom.xml中 < dependency> < groupId>com.io-informatics.oss groupId> < artifactId>jackson-jsonld artifactId> < version>0.0.5 version> dependency> 用它 第一步是向杰克逊注册该模块。 // this configure the JsonldModule with an empty default context. objectMapper . registerModule( new JsonldModule ()); 如果要为应用程序提供默认的JSON-LD上下文,请检查的其他构造
【文件预览】:
jackson-jsonld-master
----.gitignore(122B)
----src()
--------main()
--------test()
----.travis.yml(57B)
----LICENSE(1KB)
----pom.xml(7KB)
----README.md(3KB)