Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Parser

This project is a simple JSON and XML parser written in Go. It provides functionality to parse JSON and XML data formats.

Requirements

  • Go: Version 1.21 or higher
  • Mise: For managing development environments

Project Structure

json-parser
├── cmd
│   └── main.go        # Entry point of the application
├── internal
│   └── parser
│       └── parser.go  # Contains the parser logic
├── go.mod             # Module definition
└── go.sum             # Dependency checksums

Installation

To install the project, clone the repository and navigate to the project directory:

git clone <repository-url>
cd json-parser
mise trust
mise install

Then, run the following command to download the dependencies:

go mod tidy

Usage

To run the application, use the following command:

go run cmd/main.go

Functions

  • ParseJSON: Parses JSON data and returns the result.
  • ParseXML: Parses XML data and returns the result.

Contributing

Feel free to submit issues or pull requests for improvements or bug fixes.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages