タグ

jsonに関するSystemのブックマーク (7)

  • Kotlinx Json vs Gson

    If you have ever implemented any REST API in your mobile app, you should be familiar with JSON format. JSON is an open-standard file format or data interchange format that uses human-readable text to transmit data objects consisting of attribute-value pairs and array data types. The most common way how to parse JSON-format data to java/kotlin objects is by using one of the popular libraries like J

    Kotlinx Json vs Gson
  • JSON Web Token Introduction - jwt.io

    What is JSON Web Token?When should you use JSON Web Tokens?What is the JSON Web Token structure?How do JSON Web Tokens work?Why should we use JSON Web Tokens?Difference Between Validating and Verifying a JWTDifference Between Decoding and Encoding a JWT What is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmittin

    JSON Web Token Introduction - jwt.io
    System
    System 2016/06/20
    “JSON Web Tokens”
  • JSON Web Token の効用 - Qiita

    Note: JWT の仕様やそもそも論の話は触れません。どう使うか、何が出来るかしか書いていません。 JSON Web Token? JSON Web Token とは、ざっくりいって署名の出来る JSON を含んだ URL Safe なトークンです。 署名とは、署名時に使った鍵を用いて、JSON が改ざんされていないかをチェック出来るようにすることです。 URL Safe とは、文字通り、URL に含めることの出来ない文字を含まないことです。 これだけだとよくわかりませんが、触り心地としては次のような性質があります。 発行者だけが、鍵を使ってトークンが正しいことを検証出来る。 暗号化ではないので、JSON の中身は誰でも見られる。 仕様的には、暗号化のオプションもあります。 しかしながら、JSON の変更は出来ない。(改ざんをすると、検証時に失敗するので。) 全体的には、なんか変更できな

    JSON Web Token の効用 - Qiita
  • Making a RESTful JSON API in Go

    Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.

    Making a RESTful JSON API in Go
  • GitHub API v3 | GitHub Developer Guide

    QuickstartAbout the REST APIAbout the REST APIComparing GitHub's APIsAPI VersionsBreaking changesOpenAPI descriptionUsing the REST APIGetting startedRate limitsPaginationLibrariesBest practicesTroubleshootingTimezonesCORS and JSONPIssue event typesGitHub event typesAuthenticationAuthenticatingKeeping API credentials secureEndpoints for GitHub App installation tokensEndpoints for GitHub App user to

    GitHub API v3 | GitHub Developer Guide
  • Apache CouchDB

    Data Where You Need It Apache CouchDB ™ lets you access your data where you need it. The Couch Replication Protocol is implemented in a variety of projects and products that span every imaginable computing environment from globally distributed server-clusters, over mobile phones to web browsers. Store your data safely, on your own servers, or with any leading cloud provider. Your web- and native a

  • jqコマンドが実は高性能すぎてビビッた話 - beatsync.net

    GWが始まりましたが、鎌倉のGWは観光客多すぎて逆に住民はげんなりして外に出なくなる感じです。とはいえ路地まで観光客が攻め込んでくることは少ないので、路地を散歩する分には天気がよくていい感じですね。ちなみに人力車のおにーさんはそういう味のある路地を知り尽くしているので人力車で移動するのはそこそこオススメです(ぼくは乗ったことないけど「こんなところも通るんだ!」ってところで見かけたりします)。 さて、jqというコマンドをご存じでしょうか。 jq jq is a lightweight and flexible command-line JSON processor. と書いてあるとおり、コマンドラインでJSONを扱うことができるコマンドです。で、今まさに仕事で巨大JSONと戦うことが多く、このコマンドが大活躍です。 とはいえ、ぼくの使い方としては「巨大JSONをキレイに整形して表示する」とい

    jqコマンドが実は高性能すぎてビビッた話 - beatsync.net
  • 1