Showing 23 open source projects for "delphi json"

View related business solutions
  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    DataSet Serialize for Delphi and Lazarus

    DataSet Serialize for Delphi and Lazarus

    JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus

    DataSet Serialize is a set of features to make working with JSON and DataSet simple. It has features such as exporting or importing records into a DataSet, validate if JSON has all required attributes (previously entered in the DataSet), exporting or importing the structure of DataSet fields in JSON format. In addition to managing nested JSON through master detail or using TDataSetField (you choose the way that suits you best). All this using class helpers, which makes it even simpler and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Alcinoe

    Alcinoe

    Alcinoe Component Library For Delphi

    Alcinoe is a library of visual and non-visual components for Delphi. These components can be used in commercial, shareware, freeware, and open-source projects at no cost. Alcinoe is compatible with Delphi Alexandria 11.3 (Patch #1). If you find this project useful, please consider giving it a 'star' on GitHub. It doesn't cost anything, but it helps to promote the code. To set up Alcinoe, first execute CompileAll.bat. This batch file handles a series of tasks: it retrieves and patches the...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Delphi Web Utils contain the uJson . uJson unit contain the class: JSONObject, JSONArray and JSONTokenezer .This classes handle json structures.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4

    bjxml

    Xml class with single interface

    Xml class with single interface with some nice utility methods
    Downloads: 1 This Week
    Last Update:
    See Project
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 5
    MDB Admin

    MDB Admin

    A complete tool for creating and managing MSAccess databases.

    MDB Admin allows you to open, visualize and edit MSAccess databases (MDB or ACCDB files) without having Access installed. You can also install MDB Admin using winget: winget install --id=MarcielDegasperi.MDBAdmin -e IMPORTANT: To work with .accdb files you must manually install "Microsoft Access Database Engine Redistributable" 32bits, which can be found at the link below: https://www.microsoft.com/en-us/download/details.aspx?id=54920 (please make sure to select 32-bit...
    Leader badge
    Downloads: 126 This Week
    Last Update:
    See Project
  • 6
    REST Dataware Componentes

    REST Dataware Componentes

    Componentes estilo DB para uso em Servidores REST

    New version stable. The proposal was fulfilled. REST DW was created to facilitate the creation of CRUDs in the same model that we created applications for Client / Server Database. Today to be able to write data in a Bank via WebService is very complex for simple operations, making scheduling of simple screens time-consuming. With REST DW, you no longer have to worry about creating SQL Insertion, Deletion, Read and Execution methods via Webservice; Simply add a RESTDataBase...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 7
    Ascoos Web Extended Studio

    Ascoos Web Extended Studio

    Is a portable web server suite for windows 64Bit, for Web Development.

    Ascoos Web Extended Studio (AWES) is a portable, free 64-bit web server environment for Windows, designed for professional web developers and designers who need flexibility, modularity, and multi-version testing capabilities. It provides a complete local development stack based on technologies such as Apache, PHP, Node.js, Python, MariaDB, MongoDB, FileZilla, and other essential tools. 🔧 Key Features: - Multi-version support for PHP and MariaDB - Modular and upgrade-friendly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SELAEFiles

    Transforma txt y AD243 a JSON

    Transforma ficheros de apuestas en formato txt y AD243 al nuevo formato de ficheros JSON definido por SELAE para la realización de apuestas por soporte digital (ASD). (Transform text an ad243 files to JSON format files from SELAE company).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    API Server for Firebird

    API Server for Firebird

    The server is accessed through the standard GET, POST methods, the parameters of which specify SQL, written in JSON format. The query result is returned as an array of JSON format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 10
    mORMot

    mORMot

    Synopse mORMot 1 ORM/SOA/MVC framework

    mORMot is a high-performance, full-stack framework for Delphi and Free Pascal that includes an ORM, REST server, and RPC system. It enables developers to build scalable, database-driven applications with strong typing and minimal boilerplate. mORMot is designed for speed, cross-platform compatibility, and seamless integration between client and server code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    O projeto tem por Objetivo criar e consumir REST/JSON em Lazarus, esse código será usado como Base para o REST Dataware em Lazarus/Delphi futuramente.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Mister JSON

    JSON component for Delphi

    Mister JSON is a Delphi class to parse JSON. Slim and very fast (see comparison). Stream oriented, supports for-in loops. Much work has still to be done (turn it into a palette component, provide design-time properties, support JSON generation, and so on).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    tiny-json

    JSON library for Delphi

    This is a small and clean library for associative arrays with Boolean / Integer / Float / WideString values. Allows import (export) from (to) JSON text. Extensive error-checking. Uses FunHash (by Sokolov Yura), HatTrie (by Daniel C. Jones), FastInt64 and FastMove (by FastCode project).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    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
  • 15

    SkypeLog

    Monitoring tool to log Skype chat messages to SQL database

    This application consists of Win32 service and 2 PHP scripts. Once started, the service constantly monitors Skype data folder for new records in all Main.DB files for every Skype account. If there are new records with chat messages or file transfers - the service sends HTTP request with JSON formatted data to PHP services, which in turn store the information into MySQL database. There is also a simple web search-box for finding conversations. This SkypeLog application is primarily intended...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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: 0 This Week
    Last Update:
    See Project
  • 17

    WebZPL

    Windows APP to automate ZPL printing

    This small windows application connects to a JSON webservice and automatically prints to Zebra printers via ZPL. Parameter substitution based on the JSON information is used to generate the ZPL. It also can accept files on the command line, that have the same JSON format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ParserCap

    ParserCap

    Visual instrument for analyze internet traffic

    ParserCap is a visual tool for information security specialists, system administrators, students and everyone who needs to analyze network traffic in PCAP format (libpcap — ETHERNET and IEEE 802.11). It is also possible to set filters for identifier search TCP headers (Documents, Multimedia, Files, Logins, Passwords etc.). If necessary, it is possible to view detailed statistics on every MAC address, including COOKIES, USER-AGENTS, HTTP GET/POST and a lot more. Please visit forum - if...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    focuslab_control
    Software para controle de laboratório ótico, Client-Server com tecnologias Java para backend e Delphi para frontend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Delphi CouchDB Client

    CouchDB client for Delphi XE2

    This is the code samples that were used during my talk at the 2012 ADUG symposium on REST. CouchDB was one of the systems I demonstrated connected to and since there was no known CouchDB clients available I wrote this one that allowed for Generics support so a simple persistence mechanism is in place. While this client can be used it is not tested exhaustively and but I am hopeful that others can use it. A few well deserved references. http://www.adug.org.au for allowing me to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a delphi library implementing JSON (XML alternative, http://www.json.org) data format and objects structure. Lightweight and fast.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 22
    The Json toolkit is a parser/writer/validator for JSON data format. This toolkit is designed to work with Delphi and FreePascal (win32, win64, linux32, linux64, MacOSX Intel)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An Expression Parser and Evaluator result in JSON object. Written in Pascal. 表达式的解析和求值是一个应用面非常广的功能。JSON格式因其简明、易于操作,使用面日渐广泛。本项目将表达式分析的结果存放在JS
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next