14 programs for "parse json in vb.net" with 1 filter applied:

  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

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

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 1
    Rapid YAML

    Rapid YAML

    Library to parse and emit YAML, and do it fast

    Or ryml, for short. ryml is a C++ library to parse and emit YAML, and do it fast, on everything from x64 to bare-metal chips without operating system. (If you are looking to use your programs with a YAML tree as a configuration tree with override facilities, take a look at c4conf). ryml parses both read-only and in-situ source buffers; the resulting data nodes hold only views to sub-ranges of the source buffer. No string copies or duplications are done, and no virtual functions are used...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    GnuCOBOL

    GnuCOBOL

    A free COBOL compiler

    GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, X/Open COBOL and newer ISO COBOL standards (2002, 2014, 2023), as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others). GnuCOBOL translates COBOL into C and internally compiles the translated code using a native C compiler. Build COBOL programs on various platforms, including GNU/Linux, Unix, Mac OS X, and...
    Leader badge
    Downloads: 540 This Week
    Last Update:
    See Project
  • 3

    Email analyser - Les Furets Comateux

    An university project to learn the basics of software engeeniring

    This repository was created and is a part of the GL02 course taught in the UTT. The goal is to create a tool to simplify the work of a fake corporation called UIConsult by automating the analysis of an email box.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 2 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    koa-plus

    koa-plus

    The Koa framework extended for APIs. Optimized for security

    koa-plus is the koa framework (v2) extended for APIs. Optimized for security, scalability, and productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NXLog

    NXLog

    A multi-platform universal log collector and forwarder

    .... The collected logs can be stored into files, databases or forwarded to a remote log server using various protocols. The old BSD Syslog and the newer IETF syslog standard is fully supported by NXLog in addition to Snare, XML, JSON, GELF, KVP, CSV and custom formats. A key concept in NXLog is to be able to handle and preserve structured logs. No need to convert everything to syslog and parse these logs again at the other side. It has powerful message filtering, log rewrite and conversion capabilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    YoutubeDownloader - MP3 Converting

    YoutubeDownloader - MP3 Converting

    Complete Webpage in PHP & Perl for Youtube Downloader Web Projekt

    Complete new web project from me from 2014 realizing a youtube video downloader inclusive mp3 converting process. The project is coded in php, perl, jquery, ajax and css3. the web design is simple, but you can use it to set up new content. i dont publish the songtext content, but i give you all 30 perl created crawlers that extract content from lyrics and songtext webpages via wget. perl crawlers will then parse out the songtext content out of it. (c) Copyright: 2014 Sebastian Enger...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 8

    appromalib

    light weight application configuration file library

    provides classes to incorporate an application configuration file and manage app properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    json-cpp

    C++ JSON parser (Now in GitHub)

    THIS PROJECT HAS MOVED TO GITHUB. jsoncpp is an implementation of a JSON (http://json.org) reader and writer in C++. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. New homepage: https://github.com/open-source-parsers/jsoncpp Old homepage: http://jsoncpp.sourceforge.net
    Leader badge
    Downloads: 166 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 10
    packetbeat

    packetbeat

    Open Source Application Monitoring and Packet Tracing system

    Packetbeat is a distributed packet monitoring system that can be used for application performance management. Think of it like a distributed real-time Wireshark with a lot more analytics features. Packetbeat agents sniff the traffic between your application processes, parse on the fly protocols like HTTP, MySQL or REDIS and correlate the messages into transactions. For each transaction, the agents insert a JSON document into ElasticSearch where they are stored and indexed. The Kibana...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Plinko was originally an experiment with Prefix Trees and log parsing. The general concept is to have a single end point you can send any data to, in a "fire and forget" fashion. Plinko should identify and parse the data completely without the sending system caring what it sent. The latest version supports named fields in the STL files for tagging data parsed in the Prefix Tree and anonymous functions for parsing dynamic message payloads. We now output JSON objects and I'm working on HBase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PyProperties

    Provides support for properties files in Python 3.x

    pyproperties provides support for properties files in Python. Being written entirely from scratch it is not in any way derived from java.util.Properties. There are projects which try to mimic j.u.P. This is not one of them. It can read, parse and store properties files but also provides some more advanced functionality like manipulating comments and type-guessing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    acl_cpp

    a powerfull c++ library for win32/linux, server framework, HttpServlet

    acl_cpp(which has been included in acl project: https://sourceforge.net/projects/acl/ , please download it from acl project url) is a c++ wrap library for acl, and acl_cpp has many more useful functions than acl, such as streaming mime parsing, handler socket supporting, and db(mysql and sqlite) pool interface, HttpServlet, etc. With acl_cpp, you'll get more powerfull acl functions, and the quickly development, module programming, good luck!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    FArP is JavaScript function arguments processor. It provides an easy way to parse function input arguments against expected types and values. Thanks to it developers can avoid chains of if conditions at the beginnings of their functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next