Skip to content

Cantara/property-config-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Config JSON Converter

A really fast converter for string map to Jackson json structure.

ApplicationProperties config = ApplicationProperties.builder()
        .classpathPropertiesFile("application-test.properties")
        .build();

PropertyMapToJsonConverter converter = new PropertyMapToJsonConverter(config.map());
ObjectNode json = converter.json();

System.out.println(json.toPrettyString());

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages