FsHttp icon indicating copy to clipboard operation
FsHttp copied to clipboard

JSON Docu

Open SchlenkR opened this issue 1 year ago • 0 comments

Better docu for working with JSON

  • Explain some JSON extensions for SystemTextJson (like GetList() )
  • The JSON Api can be shadowed for Newtonsoft + FSHarp.Data
  • Working with dynamic JSON with all 3 JSON APIs

Aside from docu: The API is a little bit verbose, and we could think about introducing some useful daily-work shortcuts, like:

  • json.GetList("children"), etc.

SchlenkR avatar Apr 16 '24 08:04 SchlenkR