jsonencoder
There are 16 repositories under jsonencoder topic.
levantAJ/AnyCodable
Decode [String: Any] for Codable
rwbutler/LetterCase
𝐓 String letter case conversion and JSON decoding / encoding strategies
ashishkakkad8/Codable
Codable with JSONEncoder and JSONDecoder in Swift 4
Obbut/ExtraEncodable
A small Swift package allowing you to customize the encoding behavior of `Encodable` types
Forgwhiz/FlexiJSONCoder
FlexiJSONCoder is a Swift library that simplifies decoding JSON data with type coercion and fallback support. It handles inconsistent data structures by automatically converting fields to the expected types
abdullah1107/Swift-Basic
Swift language Basic. Swift is a general-purpose, multi-paradigm, compiled programming language developed by Apple Inc.
berardino95/SnowSeeker
An app to let users browse ski resorts around the world, to help them find one suitable for their next holiday
DariaZaytseva109/API_flask_blog
Необходимо разработать REST API, предоставляющее возможность ведения блога.
EP2nd/100_Days_of_SwiftUI-Consolidation_VII-HighRollers
The 6th consolidation project of "100 Days of SwiftUI" tutorial course from Paul Hudson's "Hacking with Swift" website. An app that allows the user to roll the configured amount and types of dice. A complete project I have written from scratch.
akkupy/fileEncryptor
Text and JSON Encryptor/Decryptor
fredwangwang/orderedmap
Python port of OrderedDict to Go
jayesh15111988/CodableExercise
A repository to show how to use codable protocol for encoding and decoding a JSON elements
pepsi7959/CJSON
JSON parser with c language
viest/php-jansson
jannson based json encoder and decoder for PHP
yinnyC/Go-News-Headline-Fetcher
This is a program written in Golang to fetch the top 10 news headlines from NewsAPI. The program was built with Goroutines libery so that it can fetch news from the 5 categories(business, general, science, technology, health) independently and simultaneously.