Skip to content

A human readable object notation / serialization format that syntactic similar to Rust and completely supports Serde's data model.

Notifications You must be signed in to change notification settings

farizalsalman21/keon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 

Repository files navigation

๐Ÿš€ KEON: Human Readable Object Notation

KEON Logo

Introduction

Welcome to the KEON GitHub repository! KEON is a human-readable object notation/serialization format that is syntactically similar to Rust and fully supports Serde's data model. This README.md file will provide you with all the information you need to get started with KEON.

Table of Contents

Repository Link

If you want to download the KEON software, please click the button below:

Download KEON

About KEON

KEON is a lightweight, human-readable, and easy-to-understand object notation format designed for representing complex data structures. It combines the simplicity of a human-readable format with the power of serialization provided by Serde. The syntax of KEON is inspired by Rust, making it familiar to Rust developers.

Installation

To install KEON, follow these simple steps:

  1. Download the KEON software from here.
  2. Extract the contents of the ZIP file to your desired location.
  3. Include the KEON library in your project.
  4. You are now ready to start using KEON in your applications.

Usage

Using KEON is straightforward and intuitive. Here are some basic steps to help you get started:

  1. Create a new KEON file with the .keon extension.
  2. Serialize your data structures into KEON format using the provided serialization library.
  3. Save the KEON file or transmit it over the network.
  4. Deserialize the KEON data back into your data structures as needed.

Examples

Here is an example of a simple KEON object representing a person:

person {
    name: "Alice",
    age: 30,
    is_student: false,
    contact: {
        email: "alice@example.com",
        phone: "+1234567890"
    }
}

Contributing

We welcome contributions to the KEON project! If you would like to contribute, please follow these guidelines:

  • Fork the KEON repository.
  • Make your changes and commit them to your fork.
  • Submit a pull request with a clear explanation of your changes.

License

KEON is licensed under the MIT License. See the LICENSE file for more details.

Thank you for your interest in KEON! You can find more information and updates in the "Releases" section of this repository. Happy coding with KEON! ๐ŸŒŸ


Tags: config, data-format, human-readable, humanized, keon, object-notation, representation, rust, serde, serialization

About

A human readable object notation / serialization format that syntactic similar to Rust and completely supports Serde's data model.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published