Skip to content

umutuzgur/SwiftJSONMapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

SwiftJSONMapper

Welcome to SwiftJSONMapper! A json mapping library made with love and as a necessity.

It allows you to send data and retrieve data with models.

You just need to state which class you want to map into a Json file and this project will help you with that.

It uses reflection to create a map of the fields and classes that are kept in the main class and creates a map tree

After this point you can have you jsons mapped into objects as you wanted before and objects mapped into json files.

So far I implemented Swift objects, custom classes and class arrays

What to expect

This is new and it was written as a need for simple lightweight and modifiable Json mapper so there can be bugs and I assume there are some bugs. It uses native libraries so it has no dependencies.

##What should I do if there is a bug? Write to me so I can fix it :). I want to help as much as I can and if there people who would like to try new stuff then it is my duty to help them.

What to do in the future

  • Creating a sample project

About

A Json Parser parser written in swift with sufficient capabilities and maybe with some bugs and also a lot ambition.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages