Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

[summary] using Scala to realize the conversion between Json and Case Class

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

import org.json4s.native.Serialization. {read, write}object Json2CaseClass extends App { implicit val formats = org.json4s.DefaultFormats case class Class(_name:String, students: List[Student]) case class Student(sid:String, _name:String) val s = "{\"_name\":\"Class1\",\"students\":[{\"sid\":\"1\",\"_name\":\" Xiao Ming\"},{\"sid\":\"1\",\"_name\":\" Xiao Wang\"}]} val jazz:Class = read[Class](s) println(clazz) println(write(clazz))} org.json4s json4s-native_2.10 3.2.11 ${pkg}

Code Engineering: github.com/chocolateBlack/LearningSpark/commit/3c56dd2c89c83b99fb9b3de6d563065279ca2a0e

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report