Project
Reverse Dependencies for json
The projects listed here declare json as a runtime or development dependency
0.0
JsonMend is a robust Ruby gem designed to repair broken or malformed JSON strings. It is specifically optimized to handle common errors found in JSON generated by Large Language Models (LLMs), such as missing quotes, trailing commas, unescaped characters, and stray comments
2021
2022
2023
2024
2025
2026
0.0
A simple Ruby library for converting JSON objects into Ruby classes.
2021
2022
2023
2024
2025
2026
0.0
A simple serverless NoSQL (JSON) document storage system
2021
2022
2023
2024
2025
2026
0.0
patches semantically wrong json
2021
2022
2023
2024
2025
2026
0.0
A very simple command line JSON pretty printer that operates on STDIN input
2021
2022
2023
2024
2025
2026
0.0
Create Ruby objects from JSON data
2021
2022
2023
2024
2025
2026
0.0
Serve fixtured API responses quickly and easily. Runs a tiny sinatra server that serves static .json files or dynamic .rb files from disk. Control which fixtures are being used at localhost:port/test-panel. Great for QA and fast prototyping.
2021
2022
2023
2024
2025
2026
0.0
== Description
A Rack compatible JSON-RPC2 server domain specific language (DSL) - allows JSONRPC APIs to be
defined as mountable Rack applications with inline documentation, authentication and type checking.
e.g.
class Calculator < JSONRPC2::Interface
title "JSON-RPC2 Calculator"
in...
2021
2022
2023
2024
2025
2026
0.0
Simple JSON logging for Ruby
2021
2022
2023
2024
2025
2026
0.0
This gem uses the yajl lib to scan a JSON string and allows you to parse pieces of it
2021
2022
2023
2024
2025
2026
0.0
The first step to a clean and simple API is a unified API description in form of a shared JSON Schema
2021
2022
2023
2024
2025
2026
0.0
simplify json schema definition
2021
2022
2023
2024
2025
2026
0.0
Generate fixtures from JSON schemas.
2021
2022
2023
2024
2025
2026
0.0
Object builder based on JSON-Schema
2021
2022
2023
2024
2025
2026
0.0
Push parser for RFC7464 JSON Sequences
2021
2022
2023
2024
2025
2026
0.0
Adds support for autogenerating json serialisation functions
2021
2022
2023
2024
2025
2026
0.0
JsonStructMapper provides an easy way to convert JSON files and hashes into Ruby Struct objects,
with support for nested structures and arrays. It also supports converting Structs
back to hashes.
2021
2022
2023
2024
2025
2026
0.0
Generate test data from JSON schema
2021
2022
2023
2024
2025
2026
0.0
This Ruby lib aims at converting JSON files composed of arrays of objects (all following the same schema) into CSV files where one line equals one object.
2021
2022
2023
2024
2025
2026
0.0
A simple Ruby gem adding OpenStruct::parse_json and OpenStruct::parse_hash methods and reverse OpenStruct#to_hash and OpenStruct#to_json methods to (obviously) OpenStruct. It is able to parse and reconstruct nested json and hash objects as well. There is also a OpenStruct#join method adding possi...
2021
2022
2023
2024
2025
2026