michalmuskala/jason
A blazing fast JSON parser and generator in pure Elixir. (⭐ 1668)
A blazing fast JSON parser and generator in pure Elixir. (⭐ 1668)
This framework implements a strict JSON parser and generator in Objective-C. (⭐ 3728)
Un API publico, dado un código postal te regresa colonia, municipio y estado en formato JSON (⭐ 141)
Converts a meshviewer.json generated by yanic into a zonefile to give nodes a hostname (⭐ 5)
Write Serilog events to files in text and JSON formats, optionally rolling on time or size (⭐ 368)
HAREM dataset preprocessing script with XML to JSON conversion. (⭐ 8)
这是一个轻量级的、一站式的java游戏服务器框架,也可用于开发简单的web服务。基于netty实现了高性能通讯,支持tcp、http、websocket等协议,支持protobuf、json两种数据格式,支持以配置的形式轻松开启多端口网络服务。支持RPC远程调用,支持以优雅的方式实现远程调用,支持调用超时重试、幂等调用。封装了持久化层,提供数据访问和数据落地接口,支持异步新增、保存、删除数据,支持主键或指定其他字段进行数据缓存。支持简单的ioc,业务层使用依赖注入实现逻辑。封装了伪协程实现方案Promise,可用于…
A Swift, iOS app to get the current congressperson in a user-requested state to practice asyncronous network requests, working with JSON data, and closures. (⭐ 2)
XML/JSON representations of your Ruby objects (⭐ 76)
World countries in JSON, YAML, CSV and XML. Any help is welcome! (⭐ 6179)
A collection of JSON schema files including full API (⭐ 3662)
An demonstration of Volley - HTTP library announced by google in I/O 2013. Illustrates, JSONRequest,StringRequest, Image caching. (⭐ 888)
Redis connection that serializes all values using json, pickle, msgpack or a custom serializer. (⭐ 12)
An analytics database that puts JSON and relational tables on equal footing (⭐ 1525)
Points: 9 | Comments: 6 | Author: ManuelSH
This is a small and easy-to-use desktop application that allows exporting Web of Science API Expanded and InCites API data in Excel/CSV/JSON/XML with a configurable and flexible data export structure. (⭐ 43)
A few hours ago, I saw someone on here flexing this *“AI SEO Blog Writer”* workflow — but they never shared any workflow json or setup details. People roasted him for gatekeeping, reported the ...
A simple JSON-based API for getting information on Harry Potter characters. (⭐ 229)
Feb 3, 2023 · This is why you're getting the "Unexpected token '<'" error, because the HTML is not valid JSON. To fix this issue, you need to check what the server is sending back and make sure it's …
使用 Python 进行 Swagger 接口测试时,可以借助第三方库 requests 来模拟 HTTP 请求,并使用 jsonpath_rw_ext 库来解析接口返回结果。具体步骤如下: 如果你想学习自动化测试,我这边给你推 …