Showing 36 open source projects for "jackson"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 1
    jackson-core

    jackson-core

    Core part of Jackson that defines Streaming API

    This project contains core low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor. It also includes the default implementation of handler types (parser, generator) that handle JSON format. The core abstractions are not JSON specific, although naming does contain 'JSON' in many places, due to historical reasons. Only packages that specifically contain the word 'json' are JSON-specific. This package is the base on which Jackson's data-binding package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SAML Jackson

    A SAML SSO service designed as an OAuth 2.0 or OpenID Connect flow

    Jackson implements the SAML login flow as an OAuth 2.0 or OpenID Connect flow, abstracting away all the complexities of the SAML protocol. Integrate SAML with just a few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jsonista

    jsonista

    Clojure library for fast JSON encoding and decoding

    Clojure library for fast JSON encoding and decoding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Jawn

    Jawn

    Jawn is for parsing jay-sawn (JSON)

    The term "jawn" comes from the Philadelphia area. It conveys about as much information as "thing" does. I chose the name because I had moved to Montreal so I remembered Philly fondly. Also, there isn't a better way to describe objects encoded in JSON than "things". Finally, we get a catchy slogan. Jawn was designed to parse JSON into an AST as quickly as possible. Currently, Jawn is competitive with the fastest Java JSON libraries (GSON and Jackson) and in the author's benchmarks, it often wins...
    Downloads: 0 This Week
    Last Update:
    See Project
  • iDeals Virtual Data Room | Efficient, Secure Data Sharing Icon
    iDeals Virtual Data Room | Efficient, Secure Data Sharing

    Over 1,000,000 professionals from 175,000 companies have shared documents securely with iDeals

    Share and collaborate on business-critical documents in a secure way.
  • 5
    JSON Schema Validator

    JSON Schema Validator

    A fast Java JSON schema validator that supports draft V4, V6, V7, V201

    This is a Java implementation of the JSON Schema Core Draft v4, v6, v7, v2019-09 and v2020-12(partial) specification for JSON schema validation. In addition, it also works for OpenAPI 3.0 request/response validation with some configuration flags. For users who want to collect information from a JSON node based on the schema, the walkers can help. The default JSON parser is the Jackson which is the most popular one. As it is a key component in our light-4j microservices framework to validate...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Logstash Logback Encoder

    Logstash Logback Encoder

    Logback JSON encoder and appenders

    Provides log back encoders, layouts, and appenders to log in JSON and other formats supported by Jackson. Supports both regular LoggingEvents (logged through a Logger) and AccessEvents (logged via logback-access). Originally written to support output in Logstash's JSON format, but has evolved into a highly configurable, general-purpose, structured logging mechanism for JSON and other Jackson data forms. The structure of the output, and the data it contains, is fully configurable. The general...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    elastic4s

    elastic4s

    Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe, HTTP

    Elastic4s is a concise, idiomatic, reactive, type safe Scala client for Elasticsearch. The official Elasticsearch Java client can of course be used in Scala, but due to Java's syntax it is more verbose and it naturally doesn't support classes in the core Scala core library nor Scala idioms such as typeclass support. Elastic4s's DSL allows you to construct your requests programatically, with syntactic and semantic errors manifested at compile time, and uses standard Scala futures to enable...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Finatra

    Finatra

    Fast, testable, Scala services built on TwitterServer and Finagle

    Finatra builds on TwitterServer and uses Finagle, therefore it is highly recommended that you familiarize yourself with those frameworks before getting started. The version of Finatra documented here is version 2.x. Version 2.x is a complete rewrite over v1.x and as such many things are different. Finatra at its core is agnostic to the type of service or application being created. It can be used to build anything based on TwitterUtil: c.t.app.App. For servers, Finatra builds on top of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jsonschema2pojo

    jsonschema2pojo

    Generate Java types from JSON or JSON Schema for data-binding

    ...), null or empty, then a new bean property named "additionalProperties", of type Map<String,Object> is added to the generated type (with appropriate accessors). The accessors are annotated to allow Jackson to marshal/unmarshal unrecognised (additional) properties found in JSON data from/to this map.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10
    Swagger Core

    Swagger Core

    Examples, server integrations for generating Swagger API Specification

    ... generation in various languages (e.g with swagger-codegen), custom processing, and so on. Such result is achieved by scanning JAX-RS resources and resolving their operations and used types, (also) processing applied annotations (e.g. Swagger, JAX-RS, Jackson, JAXB, etc.). An extension mechanism allows to further customize and pre/post processing result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Problem

    Problem

    A Java library that implements application/problem+json

    Problem is a library that implements application/problem+json. It comes with an extensible set of interfaces/implementations as well as convenient functions for everyday use. It's decoupled from any JSON library but contains a separate module for Jackson.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    est-sfs

    est-sfs

    Estimate the unfolded site frequency spectrum and ancestral states

    .... For details of the method, see Keightley and Jackson, Genetics 209: 897-906 (2018).
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13
    JSON Iterator Java

    JSON Iterator Java

    jsoniter (json-iterator) is fast and flexible JSON parser

    jsoniter (json-iterator) is fast and flexible JSON parser available in Java and Go. A good deal of the code is ported from dsljson, and JSON parser. Traditional JSON parsers are slow. Jsoniter Java version could be 3x times faster than jackson/gson/fastjson. If you are doing a lot of log processing or number crunching, but stuck with JSON, you definitely need to consider dsl-json or Jsoniter to save the encoding/decoding cost. Is protobuf 5x faster than JSON?. Jsoniter Golang version could...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    wofm

    Warlock of Firetop Mountain Roguelike

    This is a roguelike adaptation of the adventure gamebook The Warlock Of Firetop Mountain, written by Steve Jackson and Ian Livingstone. About Deep in the caverns beneath Firetop Mountain lies an untold wealth of treasure, guarded by a powerful Warlock, or so the rumour goes. Several adventurers like yourself have set off for Firetop Mountain in search of the Warlock's hoard. None have ever returned. Do you dare follow them? You take the role of an adventurer on a quest to find...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GMOL

    GMOL

    A tool for 3D genome structure visualization

    ... is supported by the National Science Foundation (grant no. DBI1149224). If you use GMOL in your research, please cite: Nowotny, Jackson, Avery Wells, Oluwatosin Oluwadare, Lingfei Xu, Renzhi Cao, Tuan Trieu, Chenfeng He, and Jianlin Cheng. "GMOL: an interactive tool for 3D genome structure visualization." Scientific reports 6 (2016): 20802.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    BrazilFW Firewall and Router

    BrazilFW Firewall and Router

    A powerful network security tool, easy, safe and totally free.

    BrazilFW is a mini Linux distribution designed to be used as a Firewall and Router that runs easily on older computers. An old PC running BrazilFW is much more powerful and efficient than commercial software for routing in offices and residences running on a "powerful" computer. BrazilFW is based on Coyote Linux, which was designed by Joshua Jackson who discontinued Coyote Linux in version 2.24 in August 2005. In that same month comes on the scene BrazilFW Firewall and Router (BFW...
    Downloads: 139 This Week
    Last Update:
    See Project
  • 17

    jstuff

    Toolbox for Java 8 or later.

    jstuff is a collection of utility libraries: - jstuff-core - core utility classes for the Java SE standard library. - jstuff-integration - utility classes for Java EE (Servlet, JPA, ...) and 3rd party frameworks (Spring, Jackson). - jstuff-xml - contains supporting classes for XML processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    EPICS Qt Framework

    EPICS Qt Framework

    Qt based GUI system for use on EPICS control systems. (Now on GitHub)

    (Now mantained on GitHub - https://qtepics.github.io/) A layered framework based on Qt for accessing Experimental Physics and Industrial Control System (EPICS) data using Channel Access (CA). Designed for rapid development of control system graphical interfaces. Initially developed by Glenn Jackson, Anthony Owen, and Andrew Rhyder at the Australian Synchrotron. Later, Andrew Starritt and Ricardo Fernandes joined the development team.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    jjRPC

    jjRPC

    Fork of http://java-json-rpc.sourceforge.net/

    changes: + maven - log4j + new version on Jackson + autogenerated client scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Gen3D

    Gen3D

    A tool for 3D genome and chromosome structural model construction

    ... is supported by the National Science Foundation (grant no. DBI1149224). If you use Gen3D in your research, please cite: Nowotny, Jackson, Sharif Ahmed, Lingfei Xu, Oluwatosin Oluwadare, Hannah Chen, Noelan Hensley, Tuan Trieu, Renzhi Cao, and Jianlin Cheng. "Iterative reconstruction of three-dimensional models of human chromosomes from chromosomal contact data." BMC bioinformatics 16, no. 1 (2015): 338.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    PerformNet

    Queue network modelization tool

    Ceci est le projet réalisé à la session d’hiver 2014 par l’équipe Expresso. L’équipe était composée de : Philippe Olivier, François Lemonnier-Lalonde, Dominique Tremblay et François Moreau. Le projet a été réalisé pour le cours de Génie logiciel orienté objet, donné par M. Jonathan Gaudreault à l'Université Laval. Le projet consistait à développer un logiciel de modélisation de réseau de files d’attente, aussi appelé un réseau de Jackson. Chaque nœud du réspeau représente une station de...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    RMI over WebSockets

    Remote Method Invocations over WebSockets

    ... the requests and responses using the Jackson JSON processor. . By modeling the communication between the Javascript and Java-server code as method calls, RMI WebSocket allows developers to apply UI patterns such as MVP (Model-View-Presenter) to their web application. More information at http://sourceforge.net/p/rmiwebsocket/wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Fastjson is a JSON processor (JSON parser + JSON generator) written in Java.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 25
    Munchkin Card Game Counter
    Combat Damage calculator for the Munchkin Card Game. Made by Steve Jackson Games. Please don't sue me Steve Jackson Games. This counter can be opened multiple times to use with multiple players, or just once to keep track of one players level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next