Skip to content

issues Search Results · repo:JackWFinlay/jsonize language:C#

Filter by

23 results
 (60 ms)

23 results

inJackWFinlay/jsonize (press backspace or delete to remove)

  • valgen
  • 4
  • Opened 
    on Jul 26, 2023
  • #49

Assembly Jsonize.Parser with identity Jsonize.Parser, Version=3.1.0.0, Culture=neutral, PublicKeyToken=null uses AngleSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea which has ...
  • KSerjyk
  • 3
  • Opened 
    on Sep 24, 2022
  • #47

Doesnt parse or returns text after children tags in parent tag. Example of html: p Завдання nj jnjnjk knj ccjnds span style= background-color:rgb(97,189,109); kjc djck sdjkc /span dsckj dc ...
  • KSerjyk
  • 8
  • Opened 
    on Sep 24, 2022
  • #46

Add the ability to convert the json created back to an html string JsonizeParser parser = new JsonizeParser(); JsonizeSerializer serializer = new JsonizeSerializer(); Jsonizer jsonizer = new Jsonizer(parser, ...
  • xXxTheDarkprogramerxXx
  • 8
  • Opened 
    on Jun 27, 2022
  • #45

Investigate whether migration to the AngleSharp HTML parsing engine is feasible. Points to consider: - Faster than HTMLAgilityPack in most cases. - HTML5 support. - Javascript execution support ...
breaking change
enhancement
help wanted
question
  • JackWFinlay
  • 2
  • Opened 
    on Dec 5, 2017
  • #34

Currently all exceptions are thrown to the calling program. Catch expected exceptions e.g. anything that calls remote data sources should attempt to catch any exceptions and resolve them at first chance. ...
breaking change
enhancement
help wanted
  • JackWFinlay
  • Opened 
    on Dec 5, 2017
  • #33

Switched to xUnit in version 2.0.0 (new jsonize-2.0.0 branch) to reduce dependencies and make use of visual studio ( vscode) debugging and test runner features. Porting of tests is required. I know the ...
enhancement
help wanted
  • JackWFinlay
  • 1
  • Opened 
    on Dec 5, 2017
  • #32

Why if I set EmptyTextNodeHandling to EmptyTextNodeHandling.Ignore I don t have node property in the resulting JSON? Is it ok or not? EmptyTextNodeHandling.Include example: JsonizeConfiguration jsonizeConfiguration ...
  • feeeper
  • 3
  • Opened 
    on Oct 24, 2016
  • #29

I start working on tests and found some problem (or may be I misunderstanding form tag processing). My test: Jsonize jsonize = new Jsonize( html head /head body form /form /body /html ); var ...
Hacktoberfest
  • feeeper
  • 5
  • Opened 
    on Oct 19, 2016
  • #26

I m getting above error when running dotnet restore and can t getting it to work (whether on Windows or on macOS). Any ideas? dotnet --info on Windows .NET Command Line Tools (1.0.0-preview2-003131) ...
  • rmnblm
  • 5
  • Opened 
    on Oct 8, 2016
  • #24
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub