Learn "JOLT" JSON transformation library

所在平台: Udemy

课程主页: https://www.udemy.com/course/learn-jolt/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:学习 "JOLT" JSON 转换库 课程概述:在企业应用中,JSON 常用于在系统之间传递信息。有时,一个系统需要特定格式的 JSON,而另一个系统需要不同格式的 JSON。为了实现这两个系统之间的同步,需要将一种 JSON 格式转换为另一种格式。JOLT 是一个 JSON 转换库,可以实现 JSON 从一种格式/结构到另一种格式的直接转换,类似于 XSLT 将 XML 转换为 XML 的方式。使用 JOLT 时,不需要创建匹配的 POJO(普通 Java 对象),只需遵循以下步骤:1. 读取输入;2. 创建规范文件(规范文件只是一个普通的 JSON 文件);3. 使用 JOLT 链接器应用规范到输入;4. 获取输出。维护规范文件比维护 POJO 要简单得多。这个工具的简洁性是其魅力所在。本课程将指导您如何使用 JOLT 对 JSON 进行转换,包括在 Spring Boot 应用中使用 JOLT 的逐步指南。JOLT 的核心在于 JOLT 规范,它是一种说明如何转换输入 JSON 的指令。本课程涵盖了 JOLT 规范的详细信息、左侧操作和右侧操作及不同特殊字符的使用(如 &、#、@、* 和 .)。还包括不同的操作,如 Shift、Remove、Cardinality 和 Modify-overwrite-beta。完成本课程后,您将能够直接使用 JOLT 将任何 JSON 转换为任何 JSON 格式。

课程评论(0条)

课程详情

Many Enterprise application uses Json to pass information from one system to another, Many time one system need Json in one format/Structure and Other system needs it in another format. to sync between both system you need to translate one json format in to another json format."JOLT" is JSON transformation library which will convert Json from one format/structure to another format directly.the way XSLT transforms XML -> XML , JOLT transforms Json -> Json.while using JOLT you don't need to create matching POJOs ,You just need to follow below steps 1. read input 2. create spec file (spec just plain Json file)3. apply spec on input using jolt chainer 4. get output maintaining spec files are much easier then maintaining POJO(Plain Java Objects).Simplicity is Beauty of this tool. This Course will guild you how to Json transformation using JOLT lib.This course includes step by step guide to use jolt in your spring boot application.Jolt is all about JOLT spec which is a kind of instruction to JOLT that how to transform input Json.This course covers details about JOLT specs, LHS RHS operations and use of different special chars like & # @ * and .Includes Different Operations like Shift, Remove, Cardinality, Modify-overwrite-beta. After completing this course you should be able to transform any JSON in to any JSON format directly with JOLT.

课程标签

0人关注该课程

主题相关的课程