Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.06 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.06 KB

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