Menu

Tree [2872a5] master /
 History

HTTPS access


File Date Author Commit
 .settings 2015-08-29 Pitter Thog Pitter Thog [bcf37d] This is first commit (beta-version)
 src 2015-08-29 Pitter Thog Pitter Thog [2872a5] Updated License declaration
 .gitignore 2015-08-29 Pitter Thog Pitter Thog [bcf37d] This is first commit (beta-version)
 LICENSE 2015-08-28 Kaward Kaward [515edb] Initial commit
 README.md 2015-08-28 Kaward Kaward [745cfc] Update README.md

Read Me

Yaml Preprocessor

A new Yaml reader, loader, writer and preprocessor API.

This project is licensed under the GNU General Public License 3 and it can be modified to meet your needs while maintaining the copyright credits to the original owner.

  • Licensed under GPLv3;
  • UTF-8 Encoding is supported;
  • Comments are supported (Char used is '#');
  • Collections are supported in this API;
  • An conversor API is integrated (Yaml to JSON);
  • Opensource and contains Javadoc;
  • Support sections and arrays;

Helpful pages to you know about Craftclans

Libs used into the project

Example of our Yaml Interface File

# This is an commentary.
Version: "1.0.1 Beta"
Number: 1
Float: 0.3000
Char: '+'
Collection:
- First item, id 0
- Second item heheh, id 1
- ...
Array: [obj1, obj2, obj3, ...]
Section:
  Github:
    AccountName: "Johnson"
    AccountPass: "012345@@"
    Organizations:
      1:
        name: "SparkPowered"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.