Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

com.uchicom:jsong

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.uchicom:jsong

JSON Generater from CSV File

  • 0.1.0
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

jsong

json generator

Sample Program

Jsong jsong = new Jsong(File file); String jsonString1 = jsong.generate("001"); String jsonString2 = jsong.generate("002");

Sample Csv File

キー001002
{}
obj1{}
prop1Stringval1val2
prop2Number2233
prop3Booleantruefalse
obj2[]
1{}
prop4Stringval3va4
prop5Number34
prop6Booleantruefalse
2{}
prop4Stringval3va4
prop5Number34
prop6Booleantruefalse
arr1[]
1Stringval3va4
2Stringval3va4

Sample config file

conf/jsong.properties key=キー type=型

keyで指定した列から右へ探索して列名が空の列までをkey列と判定する。

FAQs

Package last updated on 19 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc