Skip to content

Convert Lightbend's HOCON (Human-Optimized Object Configuration Notation) to Json

License

Notifications You must be signed in to change notification settings

iron9light/HOCON.Json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOCON.Json

Convert Lightbend's HOCON (Human-Optimized Object Configuration Notation) to Json

Build Status NuGet Lines of Code Coverage Reliability Rating Security Rating

var hoconRoot = HoconParser.Parse(hoconString);
var jToken = hoconRoot.ToJToken(); // Newtonsoft.Json.Linq.JToken object

About

Convert Lightbend's HOCON (Human-Optimized Object Configuration Notation) to Json

Resources

License

Stars

Watchers

Forks

Languages