Skip to content

bakoruby/json-parsing-examples

 
 

Repository files navigation

JSON Parsing Example

Given the following inputs:

to: abc@def.com, ghi@jkl.com

cc: mno@pqr.com

subject: subject

body: body

Print the following output:

  To:
  abc@def.com
  ghi@jkl.com

  CC:
  mno@pqr.com

  Subject: subject
  Body: body

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 60.2%
  • Groovy 21.6%
  • JavaScript 7.2%
  • Clojure 4.2%
  • Java 3.8%
  • CSS 1.8%
  • PHP 1.2%