Swift Data Formats Software

View related business solutions

Browse free open source Swift Data Formats Software and projects below. Use the toggles on the left to filter open source Swift Data Formats Software by OS, license, language, programming language, and project status.

  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Tigerpaw One | Business Automation Software for SMBs Icon
    Tigerpaw One | Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
  • 1
    JSONConverter

    JSONConverter

    owerful and beautiful JSON-to-model MacOS app

    A MacOS application with a beautiful interface and powerful functions, it formats JSON and generates model class code in the corresponding language, supports multiple development languages and its popular third-party class libraries, multiple configuration options, and flexibly builds classes
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Himotoki

    Himotoki

    A type-safe JSON decoding library purely written in Swift

    Himotoki is a type-safe JSON decoding library written purely in Swift. This library is highly inspired by the popular Swift JSON parsing libraries: Argo and ObjectMapper.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JSON framework

    JSON framework

    Micro framework for easily parsing JSON in Swift

    Micro framework for easily parsing JSON in Swift with rich error messages in less than 100 lines of code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PMHTTP

    PMHTTP

    Swift/Obj-C HTTP framework with a focus on REST and JSON

    PMHTTP is an HTTP framework built around URLSession and designed for Swift while retaining Obj-C compatibility. We think URLSession is great. But it was designed for Obj-C and it doesn't handle anything beyond the networking aspect of a request. This means no handling of JSON, and it doesn't even provide multipart/form-data uploads. PMHTTP leaves the networking to URLSession and provides everything else.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    SwiftyJSONAccelerator

    SwiftyJSONAccelerator

    macOS app to generate Swift 5 code for models from JSON

    MacOS app Codeable Model file Generator For Swift 5. A Swift model generator like the Objective-C JSONAccelerator. Formats and generates models for the given JSON and also breaks them into files making it easy to manage and share between several models.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Atributika

    Atributika

    Convert text with HTML tags, links, hashtags, mentions, etc.

    Atributika is an easy and painless way to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc. Atributika comes with drop-in label replacement AttributedLabel which is able to make any detection clickable. NSAttributedString is really powerful but still a low-level API that requires a lot of work to set up things. It is especially painful if the string is a template and real content is known only in runtime. If you are dealing with localizations, it is also not easy to build NSAttributedString. Operator to concatenate NSAttributedString with other attributed or regular strings. Works on iOS, tvOS, watchOS, macOS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Codable Alamofire

    Codable Alamofire

    Extension for Alamofire that converts JSON data into Decodable objects

    Swift 4 introduces a new Codable protocol that lets you serialize and deserialize custom data types without writing any special code and without having to worry about losing your value types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Decodable

    Decodable

    Swift 2/3 JSON unmarshalling done (more) right

    Simple and strict, yet powerful object mapping is made possible by Swift 2's error handling. Greatly inspired by Argo, but without a bazillion functional operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EVReflection

    EVReflection

    Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON

    At this moment the master branch is tested with Swift 4.2 and 5.0 beta If you want to continue using EVReflection in an older version, then use the corresponding branch. Run the unit tests to see EVReflection in action. In most cases, EVReflection is very easy to use. Just take a look at the section It's easy to use. But if you do want to do nonstandard specific things, then EVReflection will offer you an extensive range of functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 10
    FeatureFlags

    FeatureFlags

    Allows developers to configure feature flags

    FeatureFlags makes it easy to configure feature flags, A/B and MVT tests via a JSON file which may be bundled with your app or hosted remotely. For remotely-hosted configuration files, you may enable/disable features without another release to the App Store, update the percentages of users in A/B test groups or even roll out a feature previously under A/B test to 100% of your users once you have decided that the feature is ready for prime time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FeedKit

    FeedKit

    An RSS, Atom and JSON Feed parser written in Swift

    FeedKit is an RSS, Atom and JSON Feed parser written in Swift. Build a URL pointing to an RSS, Atom or JSON Feed. A common scenario in UI environments would be parsing a feed asynchronously from a user-initiated action, such as the touch of a button. Remember, you are responsible for manually bringing the resulting closure to whichever queue is appropriate. Usually to the Main thread, for UI apps, by calling DispatchQueue.main.async. FeedKit adopts Swift 5 Result type, as Result<Feed, ParserError>, and as such, if parsing succeeds you should now have a Strongly Typed Model of an RSS, Atom or JSON Feed, within the Feed enum. The RSS and Atom feed Models are rather extensive throughout the supported namespaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fuzi

    Fuzi

    A fast & lightweight XML & HTML parser in Swift with XPath

    A fast & lightweight XML/HTML parser in Swift that makes your life easier. Fuzi is based on a Swift port of Mattt Thompson's Ono(斧), using most of its low-level implementations with moderate class & interface redesign following standard Swift conventions, along with several bug fixes. Extremely performant document parsing and traversal, powered by libxml2. Support for both XPath and CSS queries. Automatic conversion of date and number values. Correct, common-sense handling of XML namespaces for elements and attributes. Ability to load HTML and XML documents from either String or NSData or [CChar]. Comprehensive test suite. Full documentation. Simple, modern API following standard Swift conventions, no more return types like AnyObject! that cause unnecessary type casts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gloss

    Gloss

    A shiny JSON parsing library in Swift

    A shiny JSON parsing library in Swift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    HandyJSON

    HandyJSON

    A handy swift json-object serialization/deserialization library

    HandyJSON is a framework written in Swift which makes converting model objects( pure classes/structs ) to and from JSON easy on iOS. Compared with others, the most significant feature of HandyJSON is that it does not require the objects inherit from NSObject(not using KVC but reflection), nor implements a 'mapping' function(writing value to memory directly to achieve property assignment). HandyJSON is totally dependent on the memory layout rules inferred from Swift runtime code. We are watching it and will follow every bit if it changes. To support deserialization from JSON, a class/struct needs to conform to 'HandyJSON' protocol. It's truly protocol, not some class inherited from NSObject. For struct, since the compiler provides a default empty initializer, we use it for free. HandyJSON supports deserialization from the designated path of JSON.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JSONNeverDie

    JSONNeverDie

    Auto reflection tool from JSON to Model, user friendly JSON encoder

    JSONNeverDie is an auto-reflection tool from JSON to Model, a user-friendly JSON encoder/decoder, that aims to never die. Also, JSONNeverDie is a very important part of Pitaya.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    KakaJSON

    KakaJSON

    Fast conversion between JSON and model in Swift

    Fast conversion between JSON and model in Swift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Marshal

    Marshal

    Marshaling the typeless wild west of [String: Any]

    In Swift, we all deal with JSON, plists, and various forms of [String: Any]. Marshal believes you don't need a Ph.D. in monads or magic mirrors to deal with these in an expressive and type-safe way. Marshal will help you write declarative, performant, error-handled code using the power of Protocol Oriented Programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ObjectMapper

    ObjectMapper

    Simple JSON Object mapping written in Swift

    ObjectMapper is a framework written in Swift that makes it easy for you to convert your model objects (classes and structs) to and from JSON. Once your class implements Mappable, ObjectMapper allows you to easily convert to and from JSON. Use functions to validate JSON prior to object serialization provide an existing cached object to be used for mapping, return an object of another type (which also conforms to BaseMappable) to be used for mapping. For instance, you may inspect the JSON to infer the type of object that should be used for mapping. ObjectMapper supports dot notation within keys for easy mapping of nested objects. ObjectMapper also supports custom transforms that convert values during the mapping process. To use a transform, simply create a tuple with map["field_name"] and the transform of your choice on the right side of the <- operator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Plank

    Plank

    A tool for generating immutable model objects

    Plank is a command-line tool for generating robust immutable models from JSON Schemas. It will save you time writing boilerplate and eliminate model errors as your application scales in complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Plot

    Plot

    A DSL for writing type-safe HTML, XML and RSS in Swift

    Welcome to Plot, a domain-specific language (DSL) for writing type-safe HTML, XML and RSS in Swift. It can be used to build websites, documents and feeds, as a templating tool, or as a renderer for higher-level components and tools. It’s primary focus is on static site generation and Swift-based web development. Plot enables you to write HTML using native, fully compiled Swift code, by modeling the HTML5 standard’s various elements as Swift APIs. The result is a very lightweight DSL that lets you build complete web pages in a highly expressive way. Plot added both all of the necessary attributes to load the requested CSS stylesheet, along with additional metadata for the page’s title as well, improving page rendering, social media sharing, and search engine optimization. Attributes can also be applied the exact same way as child elements are added, by simply adding another entry to an element’s comma-separated list of content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RichTextView

    RichTextView

    iOS Text View (UIView) that Properly Displays LaTeX, HTML

    iOS Text View (UIView) that Properly Displays LaTeX, HTML, Markdown, and YouTube/Vimeo links. In order for the RichTextView to handle the various use cases it might encounter, the input string needs to be formatted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Snowflake HTML

    Snowflake HTML

    SVG in Swift

    SVG in Swift. Use XML parser from Reindeer. The Shape object maps to SVG elements. The Style object encapsulates style information. The cool thing about CALayer is that most of its properties are animatable. Snowflake is available through CocoaPods. Snowflake is also available through Carthage. Snowflake can also be installed manually. Just download and drop Sources folders in your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Spots

    Spots

    Spots is a cross-platform view controller framework

    Spots is a cross-platform view controller framework for building component-based UIs. The internal architecture is built using generic view models that can be transformed both to and from JSON. So, moving your UI declaration to a backend is as easy as pie. Data source and delegate setup is handled by Spots, so there is no need for you to do that manually. The public API is jam-packed with convenience methods for performing mutation, it is as easy as working with a regular collection type. At the top level of Spots, you have the SpotsController which is the replacement for your view controller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SwiftyJSON

    SwiftyJSON

    Facilitates the use of JSON data in Swift

    Swift is strictly specific about types. But even if explicit typing is good for avoiding making mistakes, it becomes painful when we're dealing with JSON and other aspects that are, by definition, implicit about types. SwiftyJSON, however, facilitates the use of JSON data in Swift.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Sync

    Sync

    JSON to Core Data and back. Swift Core Data Sync.

    Sync eases your everyday job of parsing a JSON response and syncing it with Core Data. Sync is a lightweight Swift library that uses a convention-over-configuration paradigm to facilitate your workflow. Syncing JSON to Core Data is a repetitive tasks that often demands adding a lot of boilerplate code. Mapping attributes, mapping relationships, diffing for inserts, removals and updates are often tasks that don't change between apps. Taking this in account we took the challenge to abstract this into a library. Sync uses the knowledge of your Core Data model to infer all the mapping between your JSON and Core Data, once you use it, it feels so obvious that you'll wonder why you weren't doing this before.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next