Format HOCON

Ce format est proche du JSON.

Points communs avec JSON

  • Fichier au format UTF-8
  • Même représentation de chaînes de caractères ("une chaîne")
  • Types possibles : string, number, object, array, boolean, null

Commentaires

// ceci est un commentaire
# ceci est aussi un commentaire
param1 = "val1" // ceci est un commentaire
param2 = "val2" # ceci est un commentaire

results matching ""

    No results matching ""