Showing 2110 open source projects for "org..json"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 1

    json_library

    Another C++ based JSON Library (/w Parser/Generator/Navigator)

    Native C++ implementation of a JSON library. Contains a Parser, a Generator and and easy-to-use Navigator in one single class. To build you will need at least a C++11 capable compiler such as MSVC 10 (express edition). There is no other 3rd party library required to compile or run it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ResumeFodder

    Generate Microsoft Word resumes from JSON Resume data

    This is the command-line version of ResumeFodder, which allows you to generate Microsoft Word resumes from data files using the JSON Resume standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    XAware Data Integration Project

    XAware Data Integration Project

    Create XML and JSON data services from any data source

    Create services to integrate applications & move data of any type. Build data views across DBMS, SOAP, HTTP/REST, Salesforce, SAP, Microsoft, SharePoint, Text, LDAP, FTP sources to read, write & transfer data. Eclipse designer & run-time engine.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    bat

    bat

    Go implement CLI, cURL-like tool for humans

    ...It allows developers to test, debug, and generally interact with HTTP servers using concise commands that feel more like a small DSL than raw cURL flags. The tool supports a wide range of HTTP operations including custom methods, headers, JSON payloads, form submissions, file uploads, authentication and proxy configuration. Its README showcases simple “hello world” usage as well as more advanced scenarios, such as inspecting the exact request being sent via print options. Because it is written in Go and distributed as a single binary, it is easy to install and use across platforms, and it can even be run inside Docker containers for isolated workflows. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5

    Tool

    REST / JSON / SOAP Tester

    This tool is an automated tool to automated web services testing. It can test SOAP, REST, JSON services with custom payload, Client certificate, Authentication, TLS 1. For your specific requirements, pls. call us. we will enhance it for suggestions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QAL

    QAL

    Query Abstraction Layer

    ...Sources and destinations include different SQL and NoSQL backends, file formats like .csv, XML and excel. Even untidy HTML web pages. It has a database abstraction layer that supports connectivity to Postgres, MySQL, DB2, Oracle, MS SQL server. JSON and MongoDB is coming. It uses XML/JSON formats(self-generated SQL schemas) for representing queries, transformation and merging, making it scriptable. This means that QAL can be backend agnostic about a subset of SQL features and data types. Of course custom SQL:s are also supported. It is currently distributed as a Python 3 Library (pip3 install python3-qal) and Debian .deb package. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    virtual-machine.org - Virtual Machines

    virtual-machine.org - Virtual Machines

    Virtualized Linux, BSD and Unix systems - VMware applainces

    Virtual-machine.org providing easy access to all free Open Source operating systems like BSD, Linux or some other UNIX distributions. Each system is virtualized on the VMware platform. Just simply download VMware Player and one of the systems and start using it without any installation. Each system configuration include default settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    FastJSON Lib

    FastJSON Lib - library for fast parsing with extra large JSON object

    FastJSON Lib - library for fast parsing with large and extra large JSON object for Delphi. FastJSON Lib - библиотека для быстрого парсинга больших и очень больших JSON обьектов на Делфи.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP Login Webservice with JSON

    PHP Login Webservice with JSON

    This is basic PHP Login Webservice with JSON output

    Run sql dump in your Mysql server, then Put the codes in your server. This webservice always gives JSON output. This project is created for who wants to learn basic PHP webservice. So it is for PHP beginners. We have just one table whose name is "users". Here is its sql: CREATE TABLE IF NOT EXISTS `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `unique_id` varchar(64) CHARACTER SET utf8 NOT NULL, `name` varchar(50) CHARACTER SET utf8 NOT NULL, `email` varchar(100) CHARACTER SET utf8 NOT NULL, `encrypted_password` varchar(64) CHARACTER SET utf8 NOT NULL, `salt` varchar(16) CHARACTER SET utf8 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ; You can add/login a user with using GET or POST. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From Idea to Deployed AI App Fast Icon
    Go From Idea to Deployed AI App Fast

    One platform to build, fine-tune, and deploy. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    ...Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up with highly efficient stateful binary protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QDAC3.0

    QDAC3.0

    QDAC 3.0 is a VCL & FMX data access component

    [IMPORTANT NOTICE] This project is moved to my self website.The new SVN urls : svn://www.qdac.cc/QDAC3 GIT url is: git://www.qdac.cc/QDAC3.git Please check out with the new urls. QDAC 3.0 is a new version of Quick Data Access Component.Compare with version 2,the new version is base on XE6 and support all OS with XE6:Win32/Win64/Mac OSX/iOS/Andriod. QDAC 3.0 Include follow sub components: QXml/QJson/QLog/QWorker/QSort/QExp/QDB etc. QDAC now is in progress. Follow is from QDAC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Simple Remoting for Web Applications
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    **we moved to github** https://github.com/gimli-org/gimli Geophysical Inversion and Modeling Library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pomegranate Framework

    Pomegranate Framework

    A PHP + Javascript framework to facilitate web2 projects.

    Pomegranate framework is a library of code written in PHP and Javascript in order to help developers create Ajax-based web applications easier. It is based on: PHP5.3+, Javascript, HTML5 and Zend Framework. For a demo visit: http://pome-framework.sourceforge.net NOTE: The demo is working partially due to the PHP version and limitations imposed by SF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    CFG.G.W.I. - Config GUI Window

    Provides message-box' like functionality for scripts

    ...A Program that can display custom controls, configured from simple format text files. Takes one config file on input and creates another as output. Namelly, input is JSON format text file and output is INI. In addition, there is a way to setup default values for GUI items being created. Author homepage: http://ikk.byethost9.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    json Validator Command line

    Validate common syntax errors in json files from the command line

    Do you have a list of json files you would like to automatically scan and verify before pushing to prod? Our new json validator, vbag, gives users the ability to scan multiple json files at once by doing any of the following: --specify the .json file to be scanned on the command line --specify a list file containing the list of json files to be scanned --specify a common name in all the json files you wish to scan (if you're in the same directory they're in) --automatically scans all recently modified json files it finds, if using github. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    kpi4j

    kpi4j

    Open source java library for generating performance statistics

    ...This library is configurable through an xml file (similar to log4j) in order to define the performance object types, dimensions, counters, the output format and statistics generation periodicity. Those statistics can be saved as a file (xml/json) or injected directly in a database. Then they can be correlated and analyzed through any Business Intelligence solution in order to check the application performance and quality: number of transactions, ratio of successful and failure ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SuperCraft

    The Minecraft mod loader & more

    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Identifiers.org is a system providing resolvable and persistent identifiers, in the form of URIs, used to identify data for the scientific community, with a current focus on the Life Sciences domain. The provision of resolvable identifiers (URLs) fits well with the Semantic Web vision, and the Linked Data initiative. The resolving services of Identifiers.org rely on the information stored in the MIRIAM Registry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Selendroid

    Selendroid

    Test automate native or hybrid Android apps and the mobile web

    ...UI elements can be found in different locator types. Same concept for automating native or hybrid apps. No modification of the app under test is required in order to automate it. Full compatibility with the JSON Wire Protocol/Selenium 3 Ready. Existing emulators are started automatically and UI elements can be found by different locator types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Arcimboldo

    Arcimboldo

    Generator's generator (JSON templates plus automatic DSL generation)

    ...For example, a simple click in an application file allows a developer to see where the clicked symbol does come from. The workbench can be used as a JSON based generator, but a DSL based on Xtext and Xtend can be generated from the JSON object with a single click. The tool can be used to support model driven development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    nanofw

    nanofw

    Nano Framework

    I developpe this framework for a project at work. The goal is to make web developpement as simple as possible. The user describe an object in json format, Then this object is used to build everything like: Table in the database Forms Listes CRUD actions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    VelisphereClientSDK

    VelisphereClientSDK

    Client SDK for the VeliSphere IoT System

    This is the Java client SDK for the Velisphere Internet of Things Cloud System. It provides tools and libraries to develop clients that connect as devices or services (with sensors, actors and other configurable function) to Velisphere, where you can connect them with other devices based on an easy to build rules-system, analyze data, locate devices, remote manage them, store binary data in a "dropbox for things", etc. Currently the SDK is available to connect to Velisphere via the AMQP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    InfinityGPGenerator

    InfinityGPGenerator

    Java general code generator InfinityGPGenerator version of the 0.7.10,

    This is a new version of the Java general InfinityGPGenerator code generator 0.7.10 Since then, the code generator into a double Era 1) dual engine: support for simplejee and s2sh two technology stacks 2) dual interface: support Interface JSON and UI Jsp two test interface 3) dual platform: deployment platform can be Windows or Linux There are other highlights - New DeleteAll and SoftDeleteAll two verbs - full support for Json, and automatically generate all the verbs Facade JSON Comprehensive testing and troubleshooting Deploy: Please use Java 7 and Tomcat 7, just put the war under Tomcat 7 's webapp folder and start the Tomcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Cstamp

    A simple webapp that transmits special log entries for analysis.

    Cstamp is a simple web form that saves it's entries to a remote log collector for correlating on tags with timestamp markers. At the moment JSON-encoded transmission to a TCP port is supported. In the near future Syslog and HTTP post will be supported as well. For Windows and Linux, a 64-bit package can be downloaded here. For more info, have a look at the following link: https://github.com/jelmerdereus/Cstamp
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB